C# Class Skytap.Cloud.Program

Class representing main entry point into the application. Keep a minimum of logic here.
Mostra file Open project: skytap/Skytap-TFS-Automation-Pack

Public Methods

Method Description
Main ( string args ) : int

Main entry point to the SktapCLI application.

Private Methods

Method Description
HasNeededParams ( ProgramArguments inputs, ICommand>.Dictionary commands ) : bool
InitializeLogFile ( ) : void
PrintUsage ( ICommand commands ) : void
ShutdownLogFile ( ) : void

Method Details

Main() public static method

Main entry point to the SktapCLI application.
public static Main ( string args ) : int
args string Command-line arguments that were specified.
return int