@@ -6,7 +6,7 @@ exports[`plugin-help > grouping > should display subcommands 1`] = `
66 "[2mtest[22m [1mparent[22m - Parent command
77
88[4m[1mUsage[22m[24m
9- $ [2mtest[22m parent [2m[flags][22m
9+ $ test parent [2m[flags][22m
1010
1111[4m[1mGlobal Flags[22m[24m
1212 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -19,7 +19,7 @@ exports[`plugin-help > grouping > should display subcommands 1`] = `
1919 "[2mtest[22m - Parent command
2020
2121[4m[1mUsage[22m[24m
22- $ [2mtest[22m [2m[flags][22m
22+ $ test [2m[flags][22m
2323
2424[4m[1mGlobal Flags[22m[24m
2525 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m",
@@ -33,7 +33,7 @@ exports[`plugin-help > grouping > should group command flags 1`] = `
3333 "[2mtest[22m [1mbuild[22m - Build project
3434
3535[4m[1mUsage[22m[24m
36- $ [2mtest[22m build [2m[flags][22m
36+ $ test build [2m[flags][22m
3737
3838[4m[1mFlags[22m[24m
3939 [1m--output[22m [2mString[22m Output directory
@@ -54,7 +54,7 @@ exports[`plugin-help > grouping > should group commands 1`] = `
5454 "[1mtest[22m v0.0.0 - test
5555
5656[4m[1mUsage[22m[24m
57- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
57+ $ test [2m<command >[22m [2m[flags][22m
5858
5959[4m[1mGlobal Flags[22m[24m
6060 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -89,7 +89,7 @@ exports[`plugin-help > grouping > should group global flags 1`] = `
8989 "[1mtest[22m v0.0.0 - test
9090
9191[4m[1mUsage[22m[24m
92- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
92+ $ test [2m<command >[22m [2m[flags][22m
9393
9494[4m[1mGlobal Flags[22m[24m
9595 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -121,7 +121,7 @@ exports[`plugin-help > grouping > should not add group headers when no groups de
121121 "[1mtest[22m v0.0.0 - test
122122
123123[4m[1mUsage[22m[24m
124- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
124+ $ test [2m<command >[22m [2m[flags][22m
125125
126126[4m[1mGlobal Flags[22m[24m
127127 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -150,7 +150,7 @@ exports[`plugin-help > should format custom flag default with "display" property
150150 "[1mtest[22m v0.0.0 - test
151151
152152[4m[1mUsage[22m[24m
153- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
153+ $ test [2m<command >[22m [2m[flags][22m
154154
155155[4m[1mGlobal Flags[22m[24m
156156 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -178,7 +178,7 @@ exports[`plugin-help > should format custom flag type with "display" property 1`
178178 "[1mtest[22m v0.0.0 - test
179179
180180[4m[1mUsage[22m[24m
181- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
181+ $ test [2m<command >[22m [2m[flags][22m
182182
183183[4m[1mGlobal Flags[22m[24m
184184 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -206,7 +206,7 @@ exports[`plugin-help > should not show commands placeholder when no commands exi
206206 "[1mtest[22m v0.0.0 - test
207207
208208[4m[1mUsage[22m[24m
209- $ [2mtest[22m [2m[flags][22m
209+ $ test [2m[flags][22m
210210
211211[4m[1mGlobal Flags[22m[24m
212212 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -228,7 +228,7 @@ exports[`plugin-help > should not show commands placeholder when only registered
228228 "[2mtest[22m
229229
230230[4m[1mUsage[22m[24m
231- $ [2mtest[22m [2m[flags][22m
231+ $ test [2m[flags][22m
232232
233233[4m[1mGlobal Flags[22m[24m
234234 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m",
@@ -242,7 +242,7 @@ exports[`plugin-help > should not show commands which set \`show\` to false 1`]
242242 "[1mtest[22m v0.0.0 - test
243243
244244[4m[1mUsage[22m[24m
245- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
245+ $ test [2m<command >[22m [2m[flags][22m
246246
247247[4m[1mGlobal Flags[22m[24m
248248 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -269,7 +269,7 @@ exports[`plugin-help > should show --help 1`] = `
269269 "[1mtest[22m v0.0.0 - test
270270
271271[4m[1mUsage[22m[24m
272- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
272+ $ test [2m<command >[22m [2m[flags][22m
273273
274274[4m[1mGlobal Flags[22m[24m
275275 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -320,7 +320,7 @@ exports[`plugin-help > should show help 1`] = `
320320 "[1mtest[22m v0.0.0 - test
321321
322322[4m[1mUsage[22m[24m
323- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
323+ $ test [2m<command >[22m [2m[flags][22m
324324
325325[4m[1mGlobal Flags[22m[24m
326326 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -347,7 +347,7 @@ exports[`plugin-help > should show help when no command 1`] = `
347347 "[1mtest[22m v0.0.0 - test
348348
349349[4m[1mUsage[22m[24m
350- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
350+ $ test [2m<command >[22m [2m[flags][22m
351351
352352[4m[1mGlobal Flags[22m[24m
353353 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -374,7 +374,7 @@ exports[`plugin-help > should show parameter description 1`] = `
374374 "[2mtest[22m [1mtest[22m - Test command
375375
376376[4m[1mUsage[22m[24m
377- $ [2mtest[22m test <param > [2m[flags][22m
377+ $ test test <param > [2m[flags][22m
378378
379379[4m[1mParameters[22m[24m
380380 [1m<param >[22m [2mstring[22m Description for param
@@ -391,7 +391,7 @@ exports[`plugin-help > should show parameter types 1`] = `
391391 "[2mtest[22m [1mtest[22m - Test command
392392
393393[4m[1mUsage[22m[24m
394- $ [2mtest[22m test <param > <param2 > [range] [regex] [2m[flags][22m
394+ $ test test <param > <param2 > [range] [regex] [2m[flags][22m
395395
396396[4m[1mParameters[22m[24m
397397 [1m<param >[22m [2mstring[22m
@@ -411,7 +411,7 @@ exports[`plugin-help > should support flag shorthand 1`] = `
411411 "[2mtest[22m [1mtest[22m - Test command
412412
413413[4m[1mUsage[22m[24m
414- $ [2mtest[22m test [2m[flags][22m
414+ $ test test [2m[flags][22m
415415
416416[4m[1mFlags[22m[24m
417417 [1m--verbose[22m [2mBoolean[22m
@@ -428,7 +428,7 @@ exports[`plugin-help > should support no description 1`] = `
428428 "[2mtest[22m [1mtest[22m
429429
430430[4m[1mUsage[22m[24m
431- $ [2mtest[22m test <param > [2m[flags][22m
431+ $ test test <param > [2m[flags][22m
432432
433433[4m[1mParameters[22m[24m
434434 [1m<param >[22m [2mstring[22m
@@ -449,7 +449,7 @@ exports[`plugin-help > should support optional description for command 1`] = `
449449 "[1mtest[22m v0.0.0 - test
450450
451451[4m[1mUsage[22m[24m
452- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
452+ $ test [2m<command >[22m [2m[flags][22m
453453
454454[4m[1mGlobal Flags[22m[24m
455455 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -477,7 +477,7 @@ exports[`plugin-help > should support optional description for global flag 1`] =
477477 "[1mtest[22m v0.0.0 - test
478478
479479[4m[1mUsage[22m[24m
480- $ [2mtest[22m [2m<command >[22m [2m[flags][22m
480+ $ test [2m<command >[22m [2m[flags][22m
481481
482482[4m[1mGlobal Flags[22m[24m
483483 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
@@ -505,7 +505,7 @@ exports[`plugin-help > should use [] as placeholder when root command exists 1`]
505505 "[1mtest[22m v0.0.0 - test
506506
507507[4m[1mUsage[22m[24m
508- $ [2mtest[22m [2m[command][22m [2m[flags][22m
508+ $ test [2m[command][22m [2m[flags][22m
509509
510510[4m[1mGlobal Flags[22m[24m
511511 [1m--help, -h[22m [2mBoolean[22m Show help [2m[default: [1mfalse[22m[2m][22m
0 commit comments