C# 클래스 NuGet.Commands.HelpCommand

상속: Command
파일 보기 프로젝트 열기: xero-github/Nuget

Private Properties

프로퍼티 타입 설명
GetAltText string
GetCommandText string
HelpCommand System
HelpCommand System
PrintCommand void
ViewHelpForAllCommands void
ViewMarkdownHelp void

공개 메소드들

메소드 설명
ExecuteCommand ( ) : void
ViewHelp ( ) : void
ViewHelpForCommand ( string commandName ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

ExecuteCommand() 공개 메소드

public ExecuteCommand ( ) : void
리턴 void

ViewHelp() 공개 메소드

public ViewHelp ( ) : void
리턴 void

ViewHelpForCommand() 공개 메소드

public ViewHelpForCommand ( string commandName ) : void
commandName string
리턴 void