134135136137138139140141142143144145
registerSigIntHandler(); this.completer = new CollectionCompleter(this) { public Iterator getIterator() { IteratorIterator it = new IteratorIterator(); it.add(getCommandNameIterator()); it.add(ShellCommand_alias.getAliases()); return it; } }; }
136137138139140141142143144145146147