Wrap echo commands inside simplified functions
Open
clean-code
command
enhancement
Hacktoberfest
logs
stdout
- Dominant language
- Python
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the solution you'd like
Every time to stdout something it's necessary to use `click.echo()` and sometimes also pass some style.
Would be good to have this call inside functions to avoid writing definitions for `info`, `warn`, and `errors` all the time.
Contributor guide
Assessment
This issue has not been assessed yet.