We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e372c71 commit d6883e5Copy full SHA for d6883e5
test/completion/bash-it.completion.bats
@@ -63,6 +63,11 @@ function __check_completion () {
63
assert_line -n 0 "stable dev"
64
}
65
66
+@test "completion bash-it: update - show optional flags" {
67
+ run __check_completion 'bash-it update -'
68
+ assert_line -n 0 "-s --silent"
69
+}
70
+
71
@test "completion bash-it: search - show no options" {
72
run __check_completion 'bash-it search '
73
assert_line -n 0 ""
0 commit comments