{@inheritDoc ICommandLineActionOptions.documentation}
{@inheritDoc ICommandLineActionOptions.summary}
Returns a collection of the parameters that were defined for this object.
If {@link CommandLineParameterProvider.defineCommandLineRemainder} was called, this object captures any remaining command line arguments after the recognized portion.
Defines a command-line parameter whose value must be a string from a fixed set of allowable choices (similar to an enum).
Defines a rule that captures any remaining command line arguments after the recognized portion.
Defines a command-line switch whose boolean value is true if the switch is provided, and false otherwise.
Defines a command-line parameter whose argument is an integer.
Defines a command-line parameter whose argument is a single text string. The parameter can be specified multiple times to build a list.
Defines a command-line parameter whose argument is a single text string.
Returns the CommandLineChoiceParameter with the specified long name.
Returns the CommandLineFlagParameter with the specified long name.
Returns the CommandLineIntegerParameter with the specified long name.
Returns the CommandLineStringListParameter with the specified long name.
Returns the CommandLineStringParameter with the specified long name.
Generates the command-line help text.
Generated using TypeDoc
{@inheritDoc ICommandLineActionOptions.actionName}