CommandBase<TArgument, TOption> Interface
Namespace: DensoCreate.Cli.Framework
Description
This is a base class that provides the command structure and common processing.
Inherit Base
| Name | Description |
|---|---|
| ICommand | This is the command interface. |
Derived From
| Name | Description |
|---|---|
| CommandBase | This is a base class that provides the command structure and common processing. |
| Command | A class that provides the command structure and common processing. |
| SubCommandBase<TArgument, TOption> | A base class that provides common processing for subcommands. |