Skip to content

Commit 2c38bbf

Browse files
committed
test(plugin-help): update snapshot
1 parent fc1208c commit 2c38bbf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

packages/plugin-help/test/__snapshots__/plugin-help.test.ts.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`plugin-help > grouping > should group command flags 1`] = `
66
"test build - Build project
77
88
Usage
9-
$ test build [flags]
9+
[35m$ test build [flags][39m
1010
1111
Global Flags
1212
--help, -h Boolean Show help [default: false]
@@ -28,7 +28,7 @@ exports[`plugin-help > grouping > should group commands 1`] = `
2828
"test v0.0.0 - test
2929
3030
Usage
31-
$ test <command> [flags]
31+
[35m$ test <command> [flags][39m
3232
3333
Commands
3434
Core Commands
@@ -64,7 +64,7 @@ exports[`plugin-help > grouping > should group global flags 1`] = `
6464
"test v0.0.0 - test
6565
6666
Usage
67-
$ test <command> [flags]
67+
[35m$ test <command> [flags][39m
6868
6969
Commands
7070
help Show help
@@ -97,7 +97,7 @@ exports[`plugin-help > grouping > should not add group headers when no groups de
9797
"test v0.0.0 - test
9898
9999
Usage
100-
$ test <command> [flags]
100+
[35m$ test <command> [flags][39m
101101
102102
Commands
103103
help Show help
@@ -126,7 +126,7 @@ exports[`plugin-help > should not show commands which set \`show\` to false 1`]
126126
"test v0.0.0 - test
127127
128128
Usage
129-
$ test <command> [flags]
129+
[35m$ test <command> [flags][39m
130130
131131
Commands
132132
help Show help
@@ -153,7 +153,7 @@ exports[`plugin-help > should show --help 1`] = `
153153
"test v0.0.0 - test
154154
155155
Usage
156-
$ test <command> [flags]
156+
[35m$ test <command> [flags][39m
157157
158158
Commands
159159
help Show help
@@ -180,7 +180,7 @@ exports[`plugin-help > should show help 1`] = `
180180
"test v0.0.0 - test
181181
182182
Usage
183-
$ test <command> [flags]
183+
[35m$ test <command> [flags][39m
184184
185185
Commands
186186
help Show help
@@ -207,7 +207,7 @@ exports[`plugin-help > should show help when no command 1`] = `
207207
"test v0.0.0 - test
208208
209209
Usage
210-
$ test <command> [flags]
210+
[35m$ test <command> [flags][39m
211211
212212
Commands
213213
help Show help
@@ -234,7 +234,7 @@ exports[`plugin-help > should use [] as placeholder when root command exists 1`]
234234
"test v0.0.0 - test
235235
236236
Usage
237-
$ test [command] [flags]
237+
[35m$ test [command] [flags][39m
238238
239239
Commands
240240
help Show help

0 commit comments

Comments
 (0)