C# Class ManyConsole.Internal.ConsoleHelp

Afficher le fichier Open project: fschwiet/ManyConsole

Méthodes publiques

Méthode Description
ShowCommandHelp ( ConsoleCommand selectedCommand, TextWriter console, bool skipExeInExpectedUsage = false ) : void
ShowParsedCommand ( ConsoleCommand consoleCommand, TextWriter consoleOut ) : void
ShowSummaryOfCommands ( IEnumerable commands, TextWriter console ) : void

Private Methods

Méthode Description
MakeObjectReadable ( object value ) : string

Method Details

ShowCommandHelp() public static méthode

public static ShowCommandHelp ( ConsoleCommand selectedCommand, TextWriter console, bool skipExeInExpectedUsage = false ) : void
selectedCommand ConsoleCommand
console System.IO.TextWriter
skipExeInExpectedUsage bool
Résultat void

ShowParsedCommand() public static méthode

public static ShowParsedCommand ( ConsoleCommand consoleCommand, TextWriter consoleOut ) : void
consoleCommand ConsoleCommand
consoleOut System.IO.TextWriter
Résultat void

ShowSummaryOfCommands() public static méthode

public static ShowSummaryOfCommands ( IEnumerable commands, TextWriter console ) : void
commands IEnumerable
console TextWriter
Résultat void