You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I am in favour of adding this to std.
What should it look like by default and what should be customizable?
There are many different cli progress bar styles in cli land, some with, some without percentage and/or n/m displays, prefixes, suffixes etc. [####----------------], [####----------------] 20%, [####----------------] 4/20 [###>----------------], [###>----------------] 20%, [###>----------------] 4/20 [===>----------------], [===>----------------] 20%, [===>----------------] 4/20 [■■■■□□□□□□□□□□□□□□□□], [■■■■□□□□□□□□□□□□□□□□] 20%, [■■■■□□□□□□□□□□□□□□□□] 4/20 ▓▓▓▓░░░░░░░░░░░░░░░░, ▓▓▓▓░░░░░░░░░░░░░░░░ 20%, ▓▓▓▓░░░░░░░░░░░░░░░░ 4/20
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: