C# Class 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.
显示文件 Open project: WeeWorld/Swiffotron

Public Methods

Method Description
Main ( string args ) : void

App entry point

Private Methods

Method Description
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.

Method Details

Main() public static method

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