ICommandModel

Represents a command model.

Represents a command model.

Properties

ApplicationName : string

Gets the name of the application.

ApplicationVersion : string

Gets the version of the application.

Commands : IReadOnlyList<ICommandInfo>

Gets all commands in the container.

DefaultCommand : ICommandInfo

Gets the default command for the container.

Examples : IReadOnlyList<string[]>

Gets all the examples for the container.