Closed percepo closed 9 months ago
Utilize a widespread library (e.g. rich) to handle the CLI output. Ensure: Progressbar does not flicker Progressbar does not cause bugs during pausing the execution interactively Progressbar closes cleanly if interrupted Progressbar does not display if --quiet is used Progressbar is colorless if --colorless is used Progressbar also hints towards interactive usage options (but only if the option is active) Progressbar distinguishes --verbose output
Though the printer works as intended, the cursor jumps around in the terminal and the output looks like it flickers. This should be improved on, as other tools also manage to do that without this effect