@@ -63,9 +63,9 @@ commands:
6363
6464## Generated script output
6565
66- ` ` ` shell
67- $ ./cli
66+ ### ` $ ./cli`
6867
68+ ` ` ` shell
6969cli - Sample application with nested commands
7070
7171Usage:
@@ -79,8 +79,11 @@ Commands:
7979
8080
8181
82- $ ./cli -h
82+ ` ` `
83+
84+ # ## `$ ./cli -h`
8385
86+ ` ` ` shell
8487cli - Sample application with nested commands
8588
8689Usage:
@@ -101,8 +104,11 @@ Options:
101104
102105
103106
104- $ ./cli dir
107+ ` ` `
108+
109+ # ## `$ ./cli dir`
105110
111+ ` ` ` shell
106112cli dir - Directory commands
107113
108114Shortcut: d
@@ -117,8 +123,11 @@ Commands:
117123
118124
119125
120- $ ./cli file
126+ ` ` `
127+
128+ # ## `$ ./cli file`
121129
130+ ` ` ` shell
122131cli file - File commands
123132
124133Shortcut: f
@@ -133,8 +142,11 @@ Commands:
133142
134143
135144
136- $ ./cli dir -h
145+ ` ` `
146+
147+ # ## `$ ./cli dir -h`
137148
149+ ` ` ` shell
138150cli dir - Directory commands
139151
140152Shortcut: d
@@ -153,8 +165,11 @@ Options:
153165
154166
155167
156- $ ./cli file -h
168+ ` ` `
169+
170+ # ## `$ ./cli file -h`
157171
172+ ` ` ` shell
158173cli file - File commands
159174
160175Shortcut: f
@@ -173,14 +188,20 @@ Options:
173188
174189
175190
176- $ ./cli dir list
191+ ` ` `
192+
193+ # ## `$ ./cli dir list`
177194
195+ ` ` ` shell
178196missing required argument: PATH
179197usage: cli dir list PATH
180198
181199
182- $ ./cli dir list -h
200+ ` ` `
201+
202+ # ## `$ ./cli dir list -h`
183203
204+ ` ` ` shell
184205cli dir list - Show files in the directory
185206
186207Usage:
@@ -197,14 +218,20 @@ Arguments:
197218
198219
199220
200- $ ./cli file edit
221+ ` ` `
222+
223+ # ## `$ ./cli file edit`
201224
225+ ` ` ` shell
202226missing required argument: PATH
203227usage: cli file edit PATH
204228
205229
206- $ ./cli file edit -h
230+ ` ` `
231+
232+ # ## `$ ./cli file edit -h`
207233
234+ ` ` ` shell
208235cli file edit - Edit the file
209236
210237Usage:
@@ -221,8 +248,11 @@ Arguments:
221248
222249
223250
224- $ ./cli file edit filename
251+ ` ` `
252+
253+ # ## `$ ./cli file edit filename`
225254
255+ ` ` ` shell
226256# this file is located in 'src/file_edit_command.sh'
227257# code for 'cli file edit' goes here
228258# you can edit it freely and regenerate (it will not be overwritten)
0 commit comments