static hasHelpFlag(bool hasHelpFlag, String usage) { if (hasHelpFlag) { TaycanConsole.writeInBlack(usage); exit(0); } }