@backstage/cli
Version:
CLI for developing Backstage plugins and apps
11 lines (7 loc) • 353 B
JavaScript
var lazy = require('../../lib/lazy.cjs.js');
function registerCommands(program) {
program.command("info").description("Show helpful information for debugging and reporting bugs").action(lazy.lazy(() => import('./commands/info.cjs.js'), "default"));
}
exports.registerCommands = registerCommands;
//# sourceMappingURL=index.cjs.js.map
;