summaryrefslogtreecommitdiff
path: root/plugins/vagrant
diff options
context:
space:
mode:
authorIngo Renner <ingo.renner@gmail.com>2014-05-06 10:45:26 -0700
committerIngo Renner <ingo.renner@gmail.com>2014-05-06 10:45:26 -0700
commit236c8de7f31a71878279ed2421bd2547ab3cdd03 (patch)
tree540f65fe2c25847e72f27d6af22463a11314824f /plugins/vagrant
parent61e3951e4be2f496d8ce8022afc58817c06e5dee (diff)
downloadzsh-236c8de7f31a71878279ed2421bd2547ab3cdd03.tar.gz
zsh-236c8de7f31a71878279ed2421bd2547ab3cdd03.tar.bz2
zsh-236c8de7f31a71878279ed2421bd2547ab3cdd03.zip
[FEATURE] Support Vagrant 1.6 version command
Vagrant 1.6 introduces a couple new commands, including the `version` command. The `version` command shows the currently installed version information and also checks for new updates available.
Diffstat (limited to 'plugins/vagrant')
-rw-r--r--plugins/vagrant/_vagrant1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant
index 9af8cb036..f9aef0880 100644
--- a/plugins/vagrant/_vagrant
+++ b/plugins/vagrant/_vagrant
@@ -19,6 +19,7 @@ _1st_arguments=(
'status:Shows the status of the current Vagrant environment.'
'suspend:Suspends the currently running vagrant environment'
'up:Creates the vagrant environment'
+ 'version:Prints the currently installed Vagrant version and checks for new updates'
'--help:[TASK] Describe available tasks or one specific task'
'--version:Prints the Vagrant version information'
)