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