Detailed Description

A class which handles command line -switches.

Static Public Member Functions

static bool Handle (string arg)
 Handles switches in the given argument. More...
 

Member Function Documentation

static bool Switches.Handle ( string  arg)
inlinestatic

Handles switches in the given argument.

Parameters
argThe argument to parse the switch from.
Returns
True if the program should halt. False otherwise.