UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

16 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerImageCommands = registerImageCommands; const list_1 = require("./image/list"); /** * Register all image-related commands */ function registerImageCommands(program) { // Create the main image command const imageCommand = program .command("image") .description("Manage Nestbox images"); // Register all subcommands (0, list_1.registerListCommand)(imageCommand); } //# sourceMappingURL=image.js.map