Moved choises in the right place
This commit is contained in:
parent
30b2a0f407
commit
f818c0aac6
1 changed files with 3 additions and 2 deletions
5
vagrant
5
vagrant
|
@ -27,10 +27,11 @@ options:
|
|||
- Should the VMs be "present" or "absent."
|
||||
cmd:
|
||||
description:
|
||||
- vagrant subcommand to execute. Can be "up," "status," "config," "ssh," "halt," "destroy" or "clear."
|
||||
- vagrant subcommand to execute.
|
||||
required: false
|
||||
default: null
|
||||
aliases: ['command']
|
||||
aliases: ['command']
|
||||
choices: [ "up", "status", "config", "ssh", "halt", "destroy", "clear" ]
|
||||
box_name:
|
||||
description:
|
||||
- vagrant boxed image to start
|
||||
|
|
Loading…
Reference in a new issue