C# Class IrcShark.Extensions.Terminal.Commands.HelpCommand

Inheritance: IrcShark.Extensions.Terminal.TerminalCommand
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
Execute ( ) : void

By executing the HelpCommand, the help of all added TerminalCommands will be executed.

Method Details

Execute() public method

By executing the HelpCommand, the help of all added TerminalCommands will be executed.
public Execute ( ) : void
return void