Argsparse
Loading...
Searching...
No Matches
Argparse.DefaultHelpFormatter< T > Class Template Referencesealed

An implementation of IParserHelpFormatter<T> that provides basic help formatting which includes all information about options and arguments. More...

Inheritance diagram for Argparse.DefaultHelpFormatter< T >:
Argparse.IParserHelpFormatter< 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 implementation of IParserHelpFormatter<T> that provides basic help formatting which includes all information about options and arguments.

Member Function Documentation

◆ PrintHelp< T2 >()

void Argparse.DefaultHelpFormatter< T >.PrintHelp< T2 > ( IParser< T2 > parser,
TextWriter writer )
inline

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

Implements Argparse.IParserHelpFormatter< T >.

Type Constraints
T2 :T 

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