vagrant snapshot (#5032)

This commit is contained in:
Grant Regimbal 2016-05-21 17:51:30 -07:00 committed by Robby Russell
parent c2168d741f
commit f2b1be0dda
1 changed files with 1 additions and 0 deletions

View File

@ -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'