Optionaldescription: stringOptionalargOptionaldefaultOptionaldefaultOptionalparseMake argument optional.
Make argument required.
Only allow argument value to be one of choices.
Set the default value, and optionally supply the description to be displayed in the help.
Optionaldescription: stringReturn argument name.
Initialize a new command argument with the given name and description. The default is that the argument is required, and you can explicitly indicate this with <> around the name. Put [] around the name for an optional argument.