Skip to main content

SubCommandBase<TArgument, TOption> Interface

Namespace: DensoCreate.Cli.Framework

Description

This is a base class that provides common processing for subcommands.

Inherit Base

NameDescription
CommandBase<TArgument, TOption>This is a base class that provides the command structure and common processing.
ISubCommandThis is the interface for subcommands.

Derived From

NameDescription
SubCommandBaseA base class that provides common processing for subcommands.
SubCommandA class that provides common processing for subcommands.

Property

NameDescription
ExtensionGets the target extension.

Method

NameDescription
SetOwnerSets the command owner and associates it with the parent command.