vagrant snapshot

This commit is contained in:
Grant Regimbal 2016-04-21 19:56:46 -05:00
commit d6c3d00903

View file

@ -30,6 +30,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'