C# 클래스 Sep.Git.Tfs.Commands.Help

상속: GitTfsCommand
파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

공개 메소드들

메소드 설명
Help ( GitTfsCommandFactory commandFactory, StructureMap.IContainer container ) : System.Collections.Generic
Run ( ) : int

Shows help for git-tfs as a whole (i.e. a list of commands).

Run ( GitTfsCommand command ) : int

Shows help for a specific command.

Run ( IList args ) : int

Figures out whether it should show help for git-tfs or for a particular command, and then does that.

비공개 메소드들

메소드 설명
GetCommandInstances ( ) : IEnumerable
GetCommandMap ( ) : IEnumerable>.Dictionary
GetCommandName ( GitTfsCommand command ) : string
GetCommandUsage ( GitTfsCommand command ) : string

메소드 상세

Help() 공개 메소드

public Help ( GitTfsCommandFactory commandFactory, StructureMap.IContainer container ) : System.Collections.Generic
commandFactory Sep.Git.Tfs.Util.GitTfsCommandFactory
container StructureMap.IContainer
리턴 System.Collections.Generic

Run() 공개 메소드

Shows help for git-tfs as a whole (i.e. a list of commands).
public Run ( ) : int
리턴 int

Run() 공개 메소드

Shows help for a specific command.
public Run ( GitTfsCommand command ) : int
command GitTfsCommand
리턴 int

Run() 공개 메소드

Figures out whether it should show help for git-tfs or for a particular command, and then does that.
public Run ( IList args ) : int
args IList
리턴 int