diff options
author | Grant Regimbal <regimbal.grant@gmail.com> | 2016-05-21 17:51:30 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2016-05-21 17:51:30 -0700 |
commit | f2b1be0ddaa6603689d18630a62b468cdfc3246b (patch) | |
tree | 4b868e02f5e4fa42b614e731c3eecc63fc9d86e0 /plugins/vagrant/_vagrant | |
parent | c2168d741f129efb52ff86e0c6bcd1efe191a58b (diff) | |
download | zsh-f2b1be0ddaa6603689d18630a62b468cdfc3246b.tar.gz zsh-f2b1be0ddaa6603689d18630a62b468cdfc3246b.tar.bz2 zsh-f2b1be0ddaa6603689d18630a62b468cdfc3246b.zip |
vagrant snapshot (#5032)
Diffstat (limited to 'plugins/vagrant/_vagrant')
-rw-r--r-- | plugins/vagrant/_vagrant | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 35377bd9d..c5335e72e 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -31,6 +31,7 @@ _1st_arguments=( 'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh' 'status:Shows the status of the current Vagrant environment' 'suspend:Suspends the currently running vagrant environment' + 'snapshot:Used to manage snapshots with the guest machine' 'up:Creates the vagrant environment' 'version:Prints current and latest Vagrant version' '--help:[TASK] Describe available tasks or one specific task' |