105106107108109110111112113114115
JCommander jcc = jc.getCommands().get(cmdName); Command cmd = (Command) jcc.getObjects().get(0); cmd.setOptions(opts); cmd.run(); } /** * @param args the command line arguments */