Configure(Action<IConfigurator>) Method
Configures the command application.
public void Configure(Action<IConfigurator> action)
- Namespace
- Spectre
.Console .Testing - Containing Type
- CommandAppTester
Parameters
-
Action
<IConfigurator> action - The configuration action.