Skip to content

Commit 26f4888

Browse files
The Terminal Stylistclaude
andcommitted
style: improve console output formatting across CLI commands
- Replace 127 direct fmt.Printf calls with console package APIs - Apply semantic styling (warnings, errors, progress, verbose output) - Maintain existing functionality while improving terminal presentation - All changes compile successfully and preserve backward compatibility Improved patterns: - Error messages → console.FormatErrorMessage() - Warnings → console.FormatWarningMessage() - Success messages → console.FormatSuccessMessage() - Verbose output → console.FormatVerboseMessage() - Progress indicators → console.FormatProgressMessage() - Information → console.FormatInfoMessage() 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3d1a332 commit 26f4888

1 file changed

Lines changed: 127 additions & 127 deletions

File tree

0 commit comments

Comments
 (0)