We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb86a0 commit 98cec32Copy full SHA for 98cec32
command_test.go
@@ -33,7 +33,7 @@ func ExampleNewCommand() {
33
// Usage:
34
// server [flags] [sub-command]
35
//
36
- // Sub-command:
+ // Sub-commands:
37
// proxy: Proxy requests to another server.
38
39
// Flags:
help_test.go
@@ -86,7 +86,7 @@ func TestCommand_renderHelp(t *testing.T) {
86
Usage:
87
test [flags] [sub-command]
88
89
- Sub-command:
+ Sub-commands:
90
some-command: some command
91
92
Flags:
options_test.go
@@ -130,7 +130,7 @@ func ExampleAddSubCmd() {
130
131
// server [sub-command]
132
133
134
// start: Start the server
135
}
136
0 commit comments