Make vagrant
completion a little more self-aware
(Probably due to an original copy-pasta'ing, `vagrant`'s completion thought it was `gem`'s completion.)
This commit is contained in:
parent
aa15ebad3e
commit
4fc72c5876
@ -79,7 +79,7 @@ __vagrant-box ()
|
||||
|
||||
case $state in
|
||||
(command)
|
||||
_describe -t commands "gem subcommand" _box_arguments
|
||||
_describe -t commands "vagrant subcommand" _box_arguments
|
||||
return
|
||||
;;
|
||||
|
||||
@ -108,7 +108,7 @@ _arguments -C \
|
||||
|
||||
case $state in
|
||||
(command)
|
||||
_describe -t commands "gem subcommand" _1st_arguments
|
||||
_describe -t commands "vagrant subcommand" _1st_arguments
|
||||
return
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user