@@ -74,8 +74,8 @@ commands:
7474cli - Sample application with nested commands
7575
7676Usage:
77- cli [command]
78- cli [command ] --help | -h
77+ cli COMMAND
78+ cli [COMMAND ] --help | -h
7979 cli --version | -v
8080
8181Commands:
@@ -92,8 +92,8 @@ Commands:
9292cli - Sample application with nested commands
9393
9494Usage:
95- cli [command]
96- cli [command ] --help | -h
95+ cli COMMAND
96+ cli [COMMAND ] --help | -h
9797 cli --version | -v
9898
9999Commands:
@@ -119,8 +119,8 @@ cli dir - Directory commands
119119Alias: d
120120
121121Usage:
122- cli dir [command]
123- cli dir [command ] --help | -h
122+ cli dir COMMAND
123+ cli dir [COMMAND ] --help | -h
124124
125125Commands:
126126 list Show files in the directory
@@ -138,15 +138,23 @@ cli file - File commands
138138Alias: f
139139
140140Usage:
141- cli file [command]
142- cli file [command ] --help | -h
141+ cli file COMMAND
142+ cli file [COMMAND ] --help | -h
143143
144144Commands:
145145 show Show file contents
146146 edit Edit the file
147147
148148
149149
150+ ` ` `
151+
152+ # ## `$ ./cli dig`
153+
154+ ` ` ` shell
155+ invalid command: dig
156+
157+
150158` ` `
151159
152160# ## `$ ./cli dir -h`
@@ -157,8 +165,8 @@ cli dir - Directory commands
157165Alias: d
158166
159167Usage:
160- cli dir [command]
161- cli dir [command ] --help | -h
168+ cli dir COMMAND
169+ cli dir [COMMAND ] --help | -h
162170
163171Commands:
164172 list Show files in the directory
@@ -180,8 +188,8 @@ cli file - File commands
180188Alias: f
181189
182190Usage:
183- cli file [command]
184- cli file [command ] --help | -h
191+ cli file COMMAND
192+ cli file [COMMAND ] --help | -h
185193
186194Commands:
187195 show Show file contents
@@ -223,6 +231,14 @@ Arguments:
223231
224232
225233
234+ ` ` `
235+
236+ # ## `$ ./cli dir lost -h`
237+
238+ ` ` ` shell
239+ invalid command: lost
240+
241+
226242` ` `
227243
228244# ## `$ ./cli file edit`
0 commit comments