An object which is used to create help write-ups for parsers, the message one usually sees when a command is passed the –help flag.
More...
|
void | PrintHelp< T2 > (IParser< T2 > parser, TextWriter writer) |
| Prints a help write-up to the provided TextWriter from the information gathered from the provided parser .
|
|
An object which is used to create help write-ups for parsers, the message one usually sees when a command is passed the –help flag.
- Template Parameters
-
T | The cofiguration context type for the given parser, see Parser<C> |
◆ PrintHelp< T2 >()
void Argparse.IParserHelpFormatter< T >.PrintHelp< T2 > |
( |
IParser< T2 > | parser, |
|
|
TextWriter | writer ) |
|
abstract |
The documentation for this interface was generated from the following file:
- argsparse/HelpFormatter.cs