DNXLabs / one-cli

CLI to manage all stacks from DNX.
https://cli.dnx.one
Apache License 2.0
7 stars 0 forks source link

Wrap echo commands inside simplified functions #69

Open arthurbdiniz opened 4 years ago

arthurbdiniz commented 4 years ago

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.