5657585960616263646566
} public void init(String commandName, ShellBase shell) throws ShellCommandInitException { ShellCommandHandler handler; super.init(commandName, shell); handler = new VMware_list(this.shell); registerSubHandler("-l", handler);