Skip to content

Commit 76f3f6b

Browse files
author
Bash It BATS Runner
committed
workaround
1 parent e0a6806 commit 76f3f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/completion/bash-it.completion.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function __check_completion() {
3434

3535
# Word index of the last word
3636
COMP_CWORD=$(( ${#COMP_WORDS[@]} - 1 ))
37-
37+
COMP_WORDS+=('') # arg
3838
# Run the Bash-it completion function
3939
_bash-it-comp
4040

0 commit comments

Comments
 (0)