C# 클래스 SwiffotronCLI.CLI

The main CLI application class. Initially this was meant to be a sample app that put a front end onto swiffotron features. It has become that, and a kinda proxy for mstest when developing using Visual Studio express with debug-oriented features. What would be nice would be a test runner for express. Hey ho.
파일 보기 프로젝트 열기: WeeWorld/Swiffotron

공개 메소드들

메소드 설명
Main ( string args ) : void

App entry point

비공개 메소드들

메소드 설명
ParseArguments ( string args, string &config, string &explode ) : string

Parses arguments assuming the following general CLI form: [-switch value?]+ job.xml

PrintUsage ( ) : void

Prints usage hints so that the user knows what it is that they did to offend us.

메소드 상세

Main() 공개 정적인 메소드

App entry point
public static Main ( string args ) : void
args string Command line arguments
리턴 void