浏览代码

[TASK] Vagrant plugin: Add missing vagrant snapshot command

Fixes issue #5022
Tomas Norre Mikkelsen 9 年之前
父节点
当前提交
244d6b1df9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/vagrant/_vagrant

+ 1 - 0
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'