We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eda19 commit a3806ccCopy full SHA for a3806cc
internal/boxcli/root.go
@@ -55,7 +55,7 @@ func RootCmd() *cobra.Command {
55
command.AddCommand(genDocsCmd())
56
57
command.PersistentFlags().BoolVarP(
58
- &flags.quiet, "quiet", "q", false, "suppresses logs.")
+ &flags.quiet, "quiet", "q", false, "suppresses logs")
59
debugMiddleware.AttachToFlag(command.PersistentFlags(), "debug")
60
61
return command
0 commit comments