*/
public void start() throws Exception {
CommandContext context = new CommandContext();
context.setFormatter(new CommandShellOutputFormatter(System.out));
Command command = new StartCommand();
command.setCommandContext(context);
command.execute(args);
}