@Argument(index=0, multiValued=true, required=true)
private ArrayList<String> arguments = new ArrayList<String>();
protected Object doExecute() throws Exception {
CommandContext context2 = new CommandContext();
context2.setFormatter(new CommandShellOutputFormatter(System.out));
Command currentCommand = command.getClass().newInstance();
try {
currentCommand.setCommandContext(context2);
arguments.add("--jmxlocal");