-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestp2-shouldHelpful for many users / in many situations, but not strictly necessaryHelpful for many users / in many situations, but not strictly necessary
Description
Is your feature request related to a problem? Please describe.
For long running tasks, e.g. requesting transactions for many addresses, the progress is only shown using regular QueueStatus log messages. This isn't as nice as it could be.
Describe the solution you'd like
I'd like to see a progress bar that is updated immediately instead of regular log messages.
Additional context
String CUU = "\u001B[A"; // cursor up, overwrite line
terminal.writer().println(CUU + "\r" + "x");
terminal.flush();
https://medium.com/agency04/developing-cli-application-with-spring-shell-part-3-b4c247fdf558
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestp2-shouldHelpful for many users / in many situations, but not strictly necessaryHelpful for many users / in many situations, but not strictly necessary