ICommand Interface
Namespace: DensoCreate.Cli.Framework
Description
Command interface.
Derived From
Name | Description |
---|---|
ISubCommand | Subcommand interface. |
CommandBase<TArgument, TOption> | A base class that provides command structure and common processing. |
Property
Name | Description |
---|---|
Aliases | Gets the aliases for the command. |
Arguments | Gets the arguments for the command. |
Description | Gets the description of the command. |
Extension | Gets the target extension. |
HandlerName | Gets the command handler name. |
IsHidden | Gets whether the command is hidden. If true, it will not be displayed with the --help option. |
Name | Gets the command name. |
Options | Gets the options for the command. |
SubCommands | Get subcommands. |
Method
Name | Description |
---|---|
AttachExtension | Associate with an extension. |