Skip to content

Instantly share code, notes, and snippets.

@yevhen
Created January 6, 2014 13:54
Show Gist options
  • Save yevhen/8283172 to your computer and use it in GitHub Desktop.
Save yevhen/8283172 to your computer and use it in GitHub Desktop.
public void Start()
{
ShowHelp();
ShowVersion();
SetQuiet();
SetSilent();
SetTrace();
Initialize();
ShowTasks();
InvokeTasks();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment