@@ -6,7 +6,7 @@ exports[`plugin-help > grouping > should group command flags 1`] = `
66 "[32mtest[39m [36mbuild[39m [33m-[39m Build project
77
88[1mUsage[22m
9- $ test build [flags]
9+ [35m $ test build [flags][39m
1010
1111[1mGlobal Flags[22m
1212 [34m--help, -h[39m [90mBoolean[39m Show help [90m[default: false][39m
@@ -28,7 +28,7 @@ exports[`plugin-help > grouping > should group commands 1`] = `
2828 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
2929
3030[1mUsage[22m
31- $ test <command > [flags]
31+ [35m $ test <command > [flags][39m
3232
3333[1mCommands[22m
3434 [2mCore Commands[22m
@@ -64,7 +64,7 @@ exports[`plugin-help > grouping > should group global flags 1`] = `
6464 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
6565
6666[1mUsage[22m
67- $ test <command > [flags]
67+ [35m $ test <command > [flags][39m
6868
6969[1mCommands[22m
7070 [36mhelp[39m Show help
@@ -97,7 +97,7 @@ exports[`plugin-help > grouping > should not add group headers when no groups de
9797 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
9898
9999[1mUsage[22m
100- $ test <command > [flags]
100+ [35m $ test <command > [flags][39m
101101
102102[1mCommands[22m
103103 [36mhelp[39m Show help
@@ -126,7 +126,7 @@ exports[`plugin-help > should not show commands which set \`show\` to false 1`]
126126 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
127127
128128[1mUsage[22m
129- $ test <command > [flags]
129+ [35m $ test <command > [flags][39m
130130
131131[1mCommands[22m
132132 [36mhelp[39m Show help
@@ -153,7 +153,7 @@ exports[`plugin-help > should show --help 1`] = `
153153 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
154154
155155[1mUsage[22m
156- $ test <command > [flags]
156+ [35m $ test <command > [flags][39m
157157
158158[1mCommands[22m
159159 [36mhelp[39m Show help
@@ -180,7 +180,7 @@ exports[`plugin-help > should show help 1`] = `
180180 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
181181
182182[1mUsage[22m
183- $ test <command > [flags]
183+ [35m $ test <command > [flags][39m
184184
185185[1mCommands[22m
186186 [36mhelp[39m Show help
@@ -207,7 +207,7 @@ exports[`plugin-help > should show help when no command 1`] = `
207207 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
208208
209209[1mUsage[22m
210- $ test <command > [flags]
210+ [35m $ test <command > [flags][39m
211211
212212[1mCommands[22m
213213 [36mhelp[39m Show help
@@ -234,7 +234,7 @@ exports[`plugin-help > should use [] as placeholder when root command exists 1`]
234234 "[32mtest[39m [33mv0.0.0[39m [33m-[39m test
235235
236236[1mUsage[22m
237- $ test [command] [flags]
237+ [35m $ test [command] [flags][39m
238238
239239[1mCommands[22m
240240 [36mhelp[39m Show help
0 commit comments