201202203204205206207208209210211
_dispatcher.register(propertyCommand); _dispatcher.register(new SessionPropertyCommand(this)); _dispatcher.register(new SystemInfoCommand()); pluginCommand.load(); aliasCommand.load(); propertyCommand.load(); Readline.setCompleter(_dispatcher);