You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: enhance CLI help text with examples and context
Add comprehensive help text to major commands with:
- Real-world examples with actual command syntax
- Clear descriptions of what users will see
- Related commands and tools
- Setup instructions (for mcp)
- Storage structure explanation (for storage)
Commands Enhanced:
- dev github --help Examples, related MCP tool info
- dev mcp --help Setup steps, 9 available tools list
- dev stats --help What statistics are shown
- dev storage --help Storage location and structure
Impact:
- Improves discoverability without external docs
- Always available (no website needed)
- Context-aware help for each command
- Zero maintenance (lives with code)
Completes Option 1 from CLI documentation strategy.
Next: CLI Quickstart page (separate PR)
0 commit comments