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
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Implementing a meaningful progress bar would be a nice user-friendly addition to the CLI. However, the options which I've looked into seem involved. For instance, cli-progress would require us to manually/explicitly increment the progress bar in the code, which could be simple for a command which simply loops through the same process many times, but could be difficult in the case of Pushkin. We could easily enough add a bar that went 0% --> 50% --> 100%, but I don't know if that's much better than nothing at all. Something like listr2 could also be nice, but it seems like it would require restructuring the code a fair bit.