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