SetDefaultCommand<TCommand>() Method
Sets the default command.
public DefaultCommandConfigurator SetDefaultCommand<TCommand>() where TCommand : class, ICommand
- Namespace
- Spectre
.Console .Cli - Containing Type
- CommandApp
Parameters
-
TCommand
- The command type.