Argsparse
|
An implementation of IParserHelpFormatter<T> that provides basic help formatting which includes all information about options and arguments. More...
Public Member Functions | |
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 implementation of IParserHelpFormatter<T> that provides basic help formatting which includes all information about options and arguments.
|
inline |
Prints a help write-up to the provided TextWriter from the information gathered from the provided parser .
Implements Argparse.IParserHelpFormatter< T >.
T2 | : | T |