We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Done()
I'd like to show a summary status after the progress is completed.
Would be nice to render a final bar format after completion. e.g. during:
(█████ ) 25.0% 3.0 ops/s
and after:
(████████████████████) 100%
It may be better to simply allow the calling code to access the bar instance's stats props to display its own summary. e.g.
Processed 5,300 units in 18s (avg 9 units/sec)
Summary of proposed features:
WithFinalFormat()
:bar :percent
Bar
rate
startedAt
duration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to show a summary status after the progress is completed.
Would be nice to render a final bar format after completion. e.g. during:
and after:
It may be better to simply allow the calling code to access the bar instance's stats props to display its own summary. e.g.
Summary of proposed features:
WithFinalFormat()
e.g.:bar :percent
to replace bar's in-progress, initial formatBar
stats props likerate
,startedAt
, and (assuming the duration token gets added)duration
The text was updated successfully, but these errors were encountered: