Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Standardize terminal messaging output function #219

Closed
ashleymichal opened this issue Jun 5, 2019 · 1 comment · Fixed by #263
Closed

Standardize terminal messaging output function #219

ashleymichal opened this issue Jun 5, 2019 · 1 comment · Fixed by #263
Assignees
Labels
feature Feature requests and suggestions

Comments

@ashleymichal
Copy link
Contributor

Rather than calling println!, it would be nice to call something like message.success with some parameters that standardize the formatting of the output for e.g. success, info, error, etc.

@ashleygwilliams ashleygwilliams added feature Feature requests and suggestions PR welcome labels Jun 6, 2019
@ashleymichal ashleymichal self-assigned this Jun 14, 2019
@ashleymichal
Copy link
Contributor Author

reading through the code base, we have a wide variety of ways we print to the terminal; the macros in use include:
* print!
* println!
* failure::bail!
* panic!
* info!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature requests and suggestions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants