Checks if the help flag is set.
static void hasHelpFlag(bool hasHelpFlag, String usage) { if (hasHelpFlag) { MetroConsole.writeInBlack(usage); exit(0); } }