Skip to main content

CommandBase<TArgument, TOption> Interface

Namespace: DensoCreate.Cli.Framework

Description

This is a base class that provides the command structure and common processing.

Inherit Base

NameDescription
ICommandThis is the command interface.

Derived From

NameDescription
CommandBaseThis is a base class that provides the command structure and common processing.
CommandA class that provides the command structure and common processing.
SubCommandBase<TArgument, TOption> A base class that provides common processing for subcommands.