UNPKG

capsule-ai-cli

Version:

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

12 lines 253 B
export const clearCommand = { name: 'clear', description: 'Clear the screen', alias: ['cls'], async execute() { return { success: true, action: 'clear' }; } }; //# sourceMappingURL=clear.js.map