run ()
Perform the functionality of the application; return exit code
Note that the intent is for this method to be called once and only
once; an ICmdLineApp is not required to be re-runnable. Implement
IRerunnable (which supports passing environment arguments to run() )
if multiple runs are desired.
|