153154155156157158159
} private void injectLegacyCommands(BRJS brjs) { brjs.plugins().addCommandPlugin(brjs, new TestCommand()); brjs.plugins().addCommandPlugin(brjs, new TestServerCommand()); brjs.plugins().addCommandPlugin(brjs, new TestIntegrationCommand()); }