Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: Allow attaching Reports to Reports #208

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

afmireski
Copy link

Implemented a way to properly link additional color_eyre::Reports to a Report: report and with_report.

  • All existing tests passed
  • Documentation for new methods added
  • Usage examples provided

closes #198

* Define help_info_report styles for Theme in src/config.rs (Similar to
help_info_error style)

* Implement Display and Debug formatters for HelpInfo::Report
- Added doc comments for both methods
- Added two examples for demonstrate methods usage in /examples:
multiple_reports_lazy.rs and multiple_reports
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.

Feature request: Allow attaching Reports to Reports
1 participant