refactor: changed how plugin kwargs are sent and other minor changes
This commit is contained in:
parent
d1e892dd98
commit
47c9d48735
3 changed files with 11 additions and 7 deletions
|
|
@ -44,6 +44,7 @@ var runCmd = &cobra.Command{
|
|||
keyfile, _ = cmd.Flags().GetString("keyfile")
|
||||
timeout, _ = cmd.Flags().GetInt("timeout")
|
||||
pluginNames, _ = cmd.Flags().GetStringSlice("plugins")
|
||||
pluginArgs, _ = cmd.Flags().GetStringSlice("plugin-args")
|
||||
profileIDs, _ = cmd.Flags().GetStringSlice("profiles")
|
||||
extract, _ = cmd.Flags().GetBool("extract")
|
||||
removeArchive, _ = cmd.Flags().GetBool("remove-archive")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue