Skip to content

fix: clean up error messages#6

Closed
ogrman wants to merge 2 commits intomasterfrom
fix/clean-up-error-messages
Closed

fix: clean up error messages#6
ogrman wants to merge 2 commits intomasterfrom
fix/clean-up-error-messages

Conversation

@ogrman
Copy link
Owner

@ogrman ogrman commented Jan 6, 2026

Summary

  • Improved error message formatting to follow standard CLI conventions
  • Print errors with lowercase "error:" prefix instead of panic-style output
  • Use indented "caused by:" for error chain display
  • Include config file path in error messages for easier debugging
  • Bumps version to 0.1.3

Test plan

  • All existing tests pass
  • Manual testing of error output with invalid config files

🤖 Generated with Claude Code

ogrman and others added 2 commits January 6, 2026 22:39
- Separate run() function from main() for better error handling
- Print errors with lowercase "error:" prefix like standard CLI tools
- Use indented "caused by:" for error chain instead of "Caused by:"
- Include config file path in error messages for easier debugging

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This release includes improved error message formatting:
- Separate run() function from main() for better error handling
- Print errors with lowercase "error:" prefix like standard CLI tools
- Use indented "caused by:" for error chain instead of "Caused by:"
- Include config file path in error messages for easier debugging

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ogrman ogrman closed this Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant