C# 클래스 Octopus.Cli.Commands.HelpCommand

상속: ICommand
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( string commandLineArguments ) : Task
GetHelp ( TextWriter writer ) : void
HelpCommand ( ICommandLocator commands ) : System

비공개 메소드들

메소드 설명
PrintCommandHelp ( string executable, ICommand command, string commandName ) : void
PrintGeneralHelp ( string executable ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( string commandLineArguments ) : Task
commandLineArguments string
리턴 Task

GetHelp() 공개 메소드

public GetHelp ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

HelpCommand() 공개 메소드

public HelpCommand ( ICommandLocator commands ) : System
commands ICommandLocator
리턴 System