159160161162163164165166167
} } else { // TODO it would be nice if this delegated to the system forge throw new NoSuchCommandException(command, "No such command: " + originalStatement); } }
161162163164165166167168169
162163164165166167168169170
5556575859606162636465
} } if (similarPlugins.isEmpty()) { throw new NoSuchCommandException(null, "No such command: " + commandMissing.getOriginalStatement()); } else { ShellMessages.error(shell, "No such command: " + pluginName);
6263646566676869707172