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

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
For ( string groupName ) : OptionSet
Parse ( IEnumerable arguments ) : List
WriteOptionDescriptions ( TextWriter o ) : void

메소드 상세

For() 공개 메소드

public For ( string groupName ) : OptionSet
groupName string
리턴 OptionSet

Parse() 공개 메소드

public Parse ( IEnumerable arguments ) : List
arguments IEnumerable
리턴 List

WriteOptionDescriptions() 공개 메소드

public WriteOptionDescriptions ( TextWriter o ) : void
o System.IO.TextWriter
리턴 void