-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: @std/cli
should have a progress bar function
#6374
Comments
I am in favour of adding this to std. |
I think it probably should be customizable for the bars and percentage at a minimum. Having it templated would also be nice probably. I've used both @deno-library/progress and dax for this and both seem to work well for my purposes. |
I think by default it should look the same as deno has when updating, but the progress bar characters should be customisable, along with showing an actual percentage and some way to communicate a rate of some sort. |
I also use number of steps vs a percentage quite often for the progress labelling. I don't recall what the Deno default is, but I'm somewhat partial to |
The
@std/cli
has a spinner function to display the fact that something is loading, likewise we should also have a progress bar function that enables us to show the progress of something happening.The text was updated successfully, but these errors were encountered: