ICommandInfo

Represents an executable command.

Represents an executable command.

Properties

Commands : IReadOnlyList<ICommandInfo>

Gets all commands in the container.

DefaultCommand : ICommandInfo

Gets the default command for the container.

Description : string

Gets the description of the command.

Examples : IReadOnlyList<string[]>

Gets all the examples for the container.

IsBranch : bool

Gets a value indicating whether the command is a branch.

IsDefaultCommand : bool

Gets a value indicating whether the command is the default command within its container.

IsHidden : bool

Gets a value indicating whether the command is hidden.

Name : string

Gets the name of the command.

Parameters : IReadOnlyList<ICommandParameter>

Gets the parameters associated with the command.

Parent : ICommandInfo

Gets the parent command, if any.