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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Currently the numbering of the list of errors is shown even if there is only one error:
Error:
0: There is only one error
Location:
...
I propose to remove the numbering in this case, because some of our users are confused by this 0: somehow. Some think that it's an erroneous file name or even line number (i.e. if a file parsing error is reported) or an error code.
The numbering of the error messages is not something that's common in other CLI frameworks.
The text was updated successfully, but these errors were encountered:
+1 here. I'd like to use color-eyre in user facing tools. However, the great dev features don't provide for a good user experience where I would like it to just show the first error and all sections and suggestions. Happy to whip up a patch here if it is appreciated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the numbering of the list of errors is shown even if there is only one error:
I propose to remove the numbering in this case, because some of our users are confused by this
0:
somehow. Some think that it's an erroneous file name or even line number (i.e. if a file parsing error is reported) or an error code.The numbering of the error messages is not something that's common in other CLI frameworks.
The text was updated successfully, but these errors were encountered: