C# Class Tsu.CLI.Commands.Help.ConsoleHelpCommand

The console help command provider class
Inheritance: Tsu.CLI.Commands.Help.HelpCommand
Mostrar archivo Open project: GGG-KILLER/Tsu

Public Methods

Method Description
ConsoleHelpCommand ( BaseCommandManager manager ) : System

Initializes the default help command class

Protected Methods

Method Description
Write ( char ch ) : void

Write ( string text ) : void

WriteLine ( char ch ) : void

WriteLine ( string line ) : void

Method Details

ConsoleHelpCommand() public method

Initializes the default help command class
public ConsoleHelpCommand ( BaseCommandManager manager ) : System
manager BaseCommandManager
return System

Write() protected method

protected Write ( char ch ) : void
ch char
return void

Write() protected method

protected Write ( string text ) : void
text string
return void

WriteLine() protected method

protected WriteLine ( char ch ) : void
ch char
return void

WriteLine() protected method

protected WriteLine ( string line ) : void
line string
return void