cli icon indicating copy to clipboard operation
cli copied to clipboard

Better handling of warning() during cli_progress_bar

Open c-hoffmann opened this issue 2 years ago • 1 comments

Throwing a warning during the runtime of a cli_progress_bar leaves the warning with leftover traces of the progress bar (such as an old percentage count). Also, after a warning() has been thrown, the cli_progress_bar text is colored in red, while I think it should remain in its original (black) color. If this is implemented this way intentionally, please close my ticket.

warning_cli

c-hoffmann avatar Apr 30 '23 15:04 c-hoffmann