ISubCommand Interface
Namespace: DensoCreate.Cli.Framework
Description
Subcommand interface.
Inherit Base
Name | Description |
---|---|
ICommand | Command interface. |
Derived From
Name | Description |
---|---|
SubCommandBase<TArgument, TOption> | Base class providing common processing for subcommands. |
Method
Name | Description |
---|---|
SetOwner | Sets the command owner and associates it with the parent command. |