Skip to main content

ICommand Interface

Namespace: DensoCreate.Cli.Framework

Description

Command interface.

Derived From

NameDescription
ISubCommandSubcommand interface.
CommandBase<TArgument, TOption>A base class that provides command structure and common processing.

Property

NameDescription
AliasesGets the aliases for the command.
ArgumentsGets the arguments for the command.
DescriptionGets the description of the command.
ExtensionGets the target extension.
HandlerNameGets the command handler name.
IsHiddenGets whether the command is hidden. If true, it will not be displayed with the --help option.
NameGets the command name.
OptionsGets the options for the command.
SubCommandsGet subcommands.

Method

NameDescription
AttachExtensionAssociate with an extension.