ICommandArgument

Represents a command argument.

Represents a command argument.

Properties

DefaultValue : DefaultValueAttribute

Gets the default value of the parameter, if specified.

Description : string

Gets the description of the parameter.

IsFlag : bool

Gets a value indicating whether the parameter is a flag.

IsHidden : bool

Gets a value indicating whether the parameter is hidden.

IsRequired : bool

Gets a value indicating whether the parameter is required.

Position : int

Gets the position of the argument.

Value : string

Gets the value of the argument.