mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 03:49:58 -06:00
Add epilogue to help output that clarifies the recommended command structure (grouped commands like 'cua auth' and 'cua sb'). While flat commands remain available for backwards compatibility, the help now clearly guides users toward the more organized grouped command style. Changes: - Add usage and epilogue text to cli.ts explaining grouped command structure - Mark flat commands as hidden (though yargs doesn't fully respect this for top-level commands) - Add type annotations to command builders to fix TypeScript errors - Epilogue shows recommended patterns: 'cua auth <command>' and 'cua sb <command>' - Include docs link for more information The help output now clearly distinguishes between available commands and recommended command patterns, reducing confusion while maintaining full backwards compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>