Skip to content

Commit

Permalink
cmd: update usage message for '--plugin-dir' flag (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobarx authored Feb 13, 2024
1 parent 03b12f9 commit 17eb344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ func init() {
rootCmd.PersistentFlags().BoolVar(&rawArgs.colorize, "color", true, "enables colorizing the logs and diagnostics (if supported by the terminal and log format)")
rootCmd.PersistentFlags().BoolVarP(&rawArgs.verbose, "verbose", "v", false, "a shortcut to --log-level debug")
rootCmd.PersistentFlags().StringVar(
&rawArgs.pluginsDir, "plugins-dir", "", "override for plugins dir from fabric configuration (required)",
&rawArgs.pluginsDir, "plugins-dir", "", "override for plugins dir from fabric configuration",
)
}

0 comments on commit 17eb344

Please sign in to comment.