This is a feature request.
There are times when I want to display information about the progress while it is happening but then omit it in the end. Often when I am exiting with alive_bar() as bar: I set bar.title for a final message. However I always get the elapsed, monitor, and stats that were set by alive_bar() at the start.
I would very much like to be able to set bar.[elapsed_end|monitor_end|stats_end] (e.g. bar.elapsed_end=False) in the middle/end of an alive_bar() progression.
This is a feature request.
There are times when I want to display information about the progress while it is happening but then omit it in the end. Often when I am exiting
with alive_bar() as bar:I setbar.titlefor a final message. However I always get theelapsed,monitor, andstatsthat were set byalive_bar()at the start.I would very much like to be able to set
bar.[elapsed_end|monitor_end|stats_end](e.g.bar.elapsed_end=False) in the middle/end of analive_bar()progression.