Interface IHelpTextGenerator
Generates help text for a command line application.
Namespace: McMaster.Extensions.CommandLineUtils.HelpText
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public interface IHelpTextGenerator
Methods
| Improve this Doc View SourceGenerate(CommandLineApplication, TextWriter)
Generate help text for the application.
Declaration
void Generate(CommandLineApplication application, TextWriter output)
Parameters
Type | Name | Description |
---|---|---|
CommandLineApplication | application | |
System.IO.TextWriter | output |