SetHelpProvider<T>() Method
Sets the help provider for the application.
void SetHelpProvider<T>() where T : IHelpProvider
- Namespace
- Spectre
.Console .Cli - Containing Type
- IConfigurator
Parameters
-
T
- The type of the help provider to instantiate at runtime and use.