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