Represents a command argument.
Properties
DefaultValue
: DefaultValueAttributeGets the default value of the parameter, if specified.
Description
: stringGets the description of the parameter.
IsFlag
: boolGets a value indicating whether the parameter is a flag.
IsHidden
: boolGets a value indicating whether the parameter is hidden.
IsRequired
: boolGets a value indicating whether the parameter is required.
Position
: intGets the position of the argument.
Value
: stringGets the value of the argument.