AddBranch(string, Type, Action<IUnsafeBranchConfigurator>) Method
Adds a command branch.
IBranchConfigurator AddBranch(string name, Type settings, Action<IUnsafeBranchConfigurator> action)
- Namespace
- Spectre
.Console .Cli .Unsafe - Containing Type
- IUnsafeConfigurator
Parameters
- string name
- The name of the command branch.
- Type settings
- The command setting type.
-
Action
<I Unsafe >Branch Configurator action - The command branch configurator.