SetHelpProvider(IConfigurator, IHelpProvider) Method
Sets the help provider for the application.
public static IConfigurator SetHelpProvider(this IConfigurator configurator, IHelpProvider helpProvider)
- Namespace
- Spectre
.Console .Cli - Containing Type
- Configurator
Extensions
Parameters
- IConfigurator configurator
- The configurator.
- IHelpProvider helpProvider
- The help provider to use.