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 7c09bb4 commit 21cf6a5Copy full SHA for 21cf6a5
cmd/scw/testdata/test-all-usage-help-usage.golden
@@ -1,6 +1,6 @@
1
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
2
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3
-Get help about how specific topics inside the CLI
+Get help about how specific topics inside the CLI work
4
5
USAGE:
6
scw help <command>
internal/namespaces/help/custom.go
@@ -17,7 +17,7 @@ func GetCommands() *core.Commands {
17
18
func helpRoot() *core.Command {
19
return &core.Command{
20
- Short: "Get help about how specific topics inside the CLI",
+ Short: "Get help about how specific topics inside the CLI work",
21
Namespace: "help",
22
AllowAnonymousClient: true,
23
Groups: []string{"utility"},
0 commit comments