Skip to content

Commit bd4df4e

Browse files
committed
Also complete container name for _build command
1 parent 1c09197 commit bd4df4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

completions/zsh-completion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _arguments -C -s "1: :{_list --zsh}" '*::arg:->args' --
2525
case $state in
2626
(args)
2727
cmd=${words[1]}
28-
if [[ ${cmd} = "_run" ]] then;
28+
if [[ ${cmd} = "_run" || $cmd = "_build" ]] then;
2929
_arguments -C -s "1: :{_list --containers}"
3030
else
3131
words[1]="$VAGGA _help ${cmd}"

0 commit comments

Comments
 (0)