return command;
}
protected Injector createChildModule(Injector parent, final ClassLoader cl) throws InstantiationException, IOException {
final List<Module> childModules = new ArrayList<Module>();
childModules.add(new ExtensionFinder(cl) {
@Override
protected <T> void bind(Class<? extends T> impl, Class<T> extensionPoint) {
if (impl.getClassLoader() != cl) return; // only add newly discovered stuff
// install CLIModules