? null : fs.parseFilename(commandLine.FLAG_depend);
// Compute Properties File
propertiesFile = (commandLine.FLAG_output_properties
&& commandLine.FLAG_message_source != null)
? outputDir.join(
"/" + commandLine.FLAG_message_source.replace(".", "/") + "_en.properties")
: null;
isVerboseEnabled = commandLine.FLAG_verbose;
isDebugEnabled = commandLine.FLAG_g;