C# Class NuGet.Commands.HelpCommand

Inheritance: Command
Exibir arquivo Open project: xero-github/Nuget

Private Properties

Property Type Description
GetAltText string
GetCommandText string
HelpCommand System
HelpCommand System
PrintCommand void
ViewHelpForAllCommands void
ViewMarkdownHelp void

Public Methods

Method Description
ExecuteCommand ( ) : void
ViewHelp ( ) : void
ViewHelpForCommand ( string commandName ) : void

Private Methods

Method Description
GetAltText ( string altNameText ) : string
GetCommandText ( CommandAttribute commandAttribute ) : string
HelpCommand ( ICommandManager commandManager ) : System
HelpCommand ( ICommandManager commandManager, string commandExe, string productName, string helpUrl ) : System
PrintCommand ( int maxWidth, CommandAttribute commandAttribute ) : void
ViewHelpForAllCommands ( ) : void
ViewMarkdownHelp ( ) : void

Prints help for all commands in markdown format.

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void

ViewHelp() public method

public ViewHelp ( ) : void
return void

ViewHelpForCommand() public method

public ViewHelpForCommand ( string commandName ) : void
commandName string
return void