Skip to content

Commit

Permalink
Update cli/cli.go
Browse files Browse the repository at this point in the history
Co-Authored-By: per1234 <accounts@perglass.com>
  • Loading branch information
masci and per1234 authored Aug 1, 2019
1 parent f496b34 commit 1475161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func createCliCommandTree(cmd *cobra.Command) {
cmd.PersistentFlags().BoolVar(&globals.Debug, "debug", false, "Enables debug output (super verbose, used to debug the CLI).")
cmd.PersistentFlags().StringVar(&outputFormat, "format", "text", "The output format, can be [text|json].")
cmd.PersistentFlags().StringVar(&globals.YAMLConfigFile, "config-file", "", "The custom config file (if not specified the default will be used).")
cmd.PersistentFlags().StringSliceVar(&globals.AdditionalUrls, "additional-urls", []string{}, "Additional URLs for the board manager.")
cmd.PersistentFlags().StringSliceVar(&globals.AdditionalUrls, "additional-urls", []string{}, "Additional URLs for Boards Manager.")
}

func preRun(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 1475161

Please sign in to comment.