177178179180181182183184185186187
commandProtoMap.put(name, proto); } private CommandContext createCommandContext() { return new CommandContext() { public boolean isQuiet() { return quiet; }
114115116117118119120121122123124