We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_build
1 parent 1c09197 commit bd4df4eCopy full SHA for bd4df4e
1 file changed
completions/zsh-completion.sh
@@ -25,7 +25,7 @@ _arguments -C -s "1: :{_list --zsh}" '*::arg:->args' --
25
case $state in
26
(args)
27
cmd=${words[1]}
28
- if [[ ${cmd} = "_run" ]] then;
+ if [[ ${cmd} = "_run" || $cmd = "_build" ]] then;
29
_arguments -C -s "1: :{_list --containers}"
30
else
31
words[1]="$VAGGA _help ${cmd}"
0 commit comments