diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 20:19:26 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 20:19:26 +0200 |
commit | 4a1e89c58b3b924ec7caed2b7e33afb8ee0825d6 (patch) | |
tree | 48fdacbf3074e47b12878d51508c5350e920c465 /plugins | |
parent | d39343683160f072b18b092314dc73337c40e5a2 (diff) | |
parent | 244d6b1df91e2b366eac2cf8bc86a7b9e80b55a4 (diff) | |
download | zsh-4a1e89c58b3b924ec7caed2b7e33afb8ee0825d6.tar.gz zsh-4a1e89c58b3b924ec7caed2b7e33afb8ee0825d6.tar.bz2 zsh-4a1e89c58b3b924ec7caed2b7e33afb8ee0825d6.zip |
Merge pull request #5076 from tomasnorre/VagrantSnapshot
[TASK] Vagrant plugin: Add missing vagrant snapshot command
Diffstat (limited to 'plugins')
-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 764f89545..35377bd9d 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -26,6 +26,7 @@ _1st_arguments=( 'rsync:Syncs rsync synced folders to remote machine' 'rsync-auto:Syncs rsync synced folders automatically when files change' 'share:Shares your Vagrant environment with anyone in the world' + 'snapshot:Manage snapshots with the guest machine' 'ssh:SSH into the currently running environment' 'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh' 'status:Shows the status of the current Vagrant environment' |