245246247248249250251
_commands.put("load", new Load(this)); _commands.put("move", new Move(this)); _commands.put("purge", new Purge(this)); _commands.put("quit", new Quit(this)); _commands.put("select", new Select(this)); _commands.put("show", new Show(this)); }