DNXLabs / one-cli

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

Move external progress bar print function to click built-in print progress bar #14

Closed arthurbdiniz closed 4 years ago

arthurbdiniz commented 4 years ago

As a Developer, I would like to follow one pattern while printing the progress bar inside the CLI. This way the click library already has one built-in print function to handle this. And the objective of this issue is to move the old print method to this library.