Skip to content

Commit b6e1015

Browse files
committed
add more gradual specs
1 parent 8d27513 commit b6e1015

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/completely/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ gradual:
4545
- compline: "cli command subcommand --color gr"
4646
expected: [gray, green]
4747

48+
- compline: "cli command subcommand --force --color "
49+
expected: [blue, gray, green, red]
50+
51+
- compline: "cli command subcommand --force --color gr"
52+
expected: [gray, green]
53+
4854
- compline: "cli command subcommand -c "
4955
expected: [blue, red]
5056

0 commit comments

Comments
 (0)