UNPKG

capsule-ai-cli

Version:

The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing

12 lines 255 B
export const exitCommand = { name: 'exit', description: 'Exit the program', alias: ['quit', 'q'], async execute() { return { success: true, action: 'exit' }; } }; //# sourceMappingURL=exit.js.map