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 342a59b commit d0a44ddCopy full SHA for d0a44dd
cmd/root.go
@@ -33,6 +33,10 @@ var (
33
Use: config.ToolName,
34
Short: "CLI tool to manage your MongoDB Cloud",
35
Long: fmt.Sprintf("Use %s command help for information on a specific command", config.ToolName),
36
+ Example: `
37
+ Display the help menu for the config command
38
+ $ mongocli config --help`,
39
+ SilenceUsage: true,
40
}
41
)
42
0 commit comments