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
For a UI error dialog, I'd like to be able to only displays specific HelpInfo sections and separately from the error message. I'd also like to arrange and style the header and text.
Feature suggestion
Expose the list of HelpInfos in a color_eyre::Report. Either on the Report directly, or on Handler, where they can be accessed with err.handler().downcast_ref::<Handler>().
The text was updated successfully, but these errors were encountered:
sclu1034
changed the title
Feature: Expose Handler sections
Feature: Expose color-eyre Handler sections
Aug 22, 2024
Motivation
For a UI error dialog, I'd like to be able to only displays specific
HelpInfo
sections and separately from the error message. I'd also like to arrange and style the header and text.Feature suggestion
Expose the list of
HelpInfo
s in acolor_eyre::Report
. Either on theReport
directly, or onHandler
, where they can be accessed witherr.handler().downcast_ref::<Handler>()
.The text was updated successfully, but these errors were encountered: