UNPKG

@backstage/cli

Version:

CLI for developing Backstage plugins and apps

15 lines (12 loc) 250 B
'use strict'; class CommandRegistry { graph; constructor(graph) { this.graph = graph; } addCommand(command) { this.graph.add(command); } } exports.CommandRegistry = CommandRegistry; //# sourceMappingURL=CommandRegistry.cjs.js.map