Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Add a progress bar to CLI commands #119

@jessestorbeck

Description

@jessestorbeck

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions