Represents a command model.
Properties
ApplicationName
: stringGets the name of the application.
ApplicationVersion
: stringGets the version of the application.
Commands
: IReadOnlyList<ICommandInfo>Gets all commands in the container.
DefaultCommand
: ICommandInfoGets the default command for the container.
Examples
: IReadOnlyList<string[]>Gets all the examples for the container.