浏览代码

vagrant snapshot (#5032)

Grant Regimbal 9 年之前
父节点
当前提交
f2b1be0dda
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/vagrant/_vagrant

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