C# Class YAMPConsole.HelpPrinter

Datei anzeigen Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
Run ( ) : void
Run ( IFormatter formatter, System.Boolean flush = true ) : void

Private Methods

Method Description
Flush ( ) : void
HelpPrinter ( IFormatter formatter ) : System
PrintExample ( HelpExample example ) : void
PrintExamples ( List examples ) : void
PrintSection ( HelpSection section ) : void
PrintSections ( ) : void
PrintUsage ( HelpFunctionUsage usage ) : void
PrintUsages ( HelpFunctionSection section ) : void

Method Details

Run() public static method

public static Run ( ) : void
return void

Run() public static method

public static Run ( IFormatter formatter, System.Boolean flush = true ) : void
formatter IFormatter
flush System.Boolean
return void