AddCommand(string, Type) Method
Adds a command.
ICommandConfigurator AddCommand(string name, Type command)
- Namespace
- Spectre
.Console .Cli .Unsafe - Containing Type
- IUnsafeConfigurator
Parameters
- string name
- The name of the command.
- Type command
- The command type.