We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486c9d4 commit 4eae4f4Copy full SHA for 4eae4f4
.dstask-zsh-completions.sh
@@ -3,7 +3,7 @@
3
4
5
_dstask() {
6
- compadd $(dstask _completions "${words[@]}")
+ compadd -- $(dstask _completions "${words[@]}")
7
}
8
9
compdef _dstask dstask
0 commit comments