private void doMain(String[] args) throws Exception {
CmdLineParser parser = new CmdLineParser(this);
parser.parseArgument(args);
if (displayHelp) {
CmdLineParser p = new CmdLineParser(this);
p.printUsage(System.out);
return;
}
Preconditions.checkArgument(
!inputs.isEmpty(), "At least one input must be provided in the --inputs flag.");
Preconditions.checkArgument(