cli/cmd/doctor
Snider 22aa1df30a refactor(cli): clean DX with direct function calls
- cli.Success(), cli.Error(), etc. now print directly
- String-returning versions renamed to cli.FmtSuccess(), etc.
- Removes App() from common usage path
- Usage: cli.Success("done") instead of fmt.Println(cli.Success("done"))

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:41:35 +00:00
..
checks.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00
doctor.go refactor(cli): clean DX with direct function calls 2026-01-30 10:41:35 +00:00
environment.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
install.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00