Represents an executable command.
Properties
Commands
: IReadOnlyList<ICommandInfo>Gets all commands in the container.
DefaultCommand
: ICommandInfoGets the default command for the container.
Description
: stringGets the description of the command.
Examples
: IReadOnlyList<string[]>Gets all the examples for the container.
IsBranch
: boolGets a value indicating whether the command is a branch.
IsDefaultCommand
: boolGets a value indicating whether the command is the default command within its container.
IsHidden
: boolGets a value indicating whether the command is hidden.
Name
: stringGets the name of the command.
Parameters
: IReadOnlyList<ICommandParameter>Gets the parameters associated with the command.
Parent
: ICommandInfoGets the parent command, if any.