C# Class NuGet.Commands.HelpCommand

Inheritance: Command
Afficher le fichier Open project: xero-github/Nuget

Private Properties

Свойство Type Description
GetAltText string
GetCommandText string
HelpCommand System
HelpCommand System
PrintCommand void
ViewHelpForAllCommands void
ViewMarkdownHelp void

Méthodes publiques

Méthode Description
ExecuteCommand ( ) : void
ViewHelp ( ) : void
ViewHelpForCommand ( string commandName ) : void

Private Methods

Méthode 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 méthode

public ExecuteCommand ( ) : void
Résultat void

ViewHelp() public méthode

public ViewHelp ( ) : void
Résultat void

ViewHelpForCommand() public méthode

public ViewHelpForCommand ( string commandName ) : void
commandName string
Résultat void