UNPKG

@hugsylabs/hugsy

Version:

🐧 Hugsy - Configuration management for Claude Code. Transform complex settings into simple, shareable team standards.

6 lines 200 B
/** * Status command - Show Hugsy installation and configuration status */ import { Command } from 'commander'; export declare function statusCommand(): Command; //# sourceMappingURL=status.d.ts.map