String desc = "Sets the destination output directory";
allOptions.addFlag("dest", "dest-dir", desc, true);
//-- line break flag
desc = "Sets the line separator style for the desired platform";
allOptions.addFlag("line-separator", "( unix | mac | win)", desc, true);
//-- Force flag
desc = "Suppresses non fatal warnings, such as overwriting files.";
allOptions.addFlag("f", "", desc, true);