Méthode | Description | |
---|---|---|
Main ( string args ) : int |
Our main entry point for the command line app
|
|
ShowCopyrightAndLicense ( ) : void | ||
ShowWelcomeScreen ( ) : void |
Méthode | Description | |
---|---|---|
DisplayOptions ( ) : void |
Iterates over our Arguments collection and displays descriptions, flags, etc.
|
|
Init ( ) : void | ||
LoadConfigFile ( ) : void |
Searches for our config file in the application path, if it can't find it, just uses defaults
|
public static ShowCopyrightAndLicense ( ) : void | ||
Résultat | void |