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
Some suggestions for improvements to the conclude.rs module, notably adding colors to the status types (red for Error, green for Success, etc.) as well as adding an Info status type.
Problem Definition
While working on #2014, I found myself wanting to output terminal output that didn't fit neatly into either Success or Error status types. These would have been appropriate being displayed via something like Output::info. Would it be appropriate to add this as a status type?
Additionally, it would be nice to add colors to the terminal output, i.e. red for Error output and green for Success output (Info would be colored blue) in order to match the colors that the logs exhibit. This can be easily done with the console crate.
Proposal
Add an Info status type to the conclude module, as well as add color styling to the status types.
Acceptance Criteria
Add Info status type
Add color styling to status types
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Some suggestions for improvements to the
conclude.rs
module, notably adding colors to the status types (red forError
, green forSuccess
, etc.) as well as adding anInfo
status type.Problem Definition
While working on #2014, I found myself wanting to output terminal output that didn't fit neatly into either
Success
orError
status types. These would have been appropriate being displayed via something likeOutput::info
. Would it be appropriate to add this as a status type?Additionally, it would be nice to add colors to the terminal output, i.e. red for
Error
output and green forSuccess
output (Info
would be colored blue) in order to match the colors that the logs exhibit. This can be easily done with the console crate.Proposal
Add an
Info
status type to theconclude
module, as well as add color styling to the status types.Acceptance Criteria
Info
status typeFor Admin Use
The text was updated successfully, but these errors were encountered: