Argsparse
Loading...
Searching...
No Matches
Argparse.IParserHelpFormatter< T > Interface Template Reference

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...

Inheritance diagram for Argparse.IParserHelpFormatter< T >:
Argparse.DefaultHelpFormatter< T >

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 .
 

Detailed Description

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
TThe cofiguration context type for the given parser, see Parser<C>

Member Function Documentation

◆ PrintHelp< T2 >()

void Argparse.IParserHelpFormatter< T >.PrintHelp< T2 > ( IParser< T2 > parser,
TextWriter writer )
abstract

Prints a help write-up to the provided TextWriter from the information gathered from the provided parser .

Implemented in Argparse.DefaultHelpFormatter< T >.

Type Constraints
T2 :T 

The documentation for this interface was generated from the following file: