cli-progress
Advanced tools
Changelog
3.12.0 ###
multibar.create()
- thanks to Araxeus on GitHublinewrap=true
state of the terminal - thanks to emmercm on GitHubChangelog
3.11.2 ###
gracefulExit
by default, because the default SIGINT/SIGTERM handlers of nodejs are removedChangelog
3.11.1 ###
MaxListenersExceededWarning
was triggered by gracefulExit
handlers added in v3.11.0
- thanks to TychoTheTaco on GitHubChangelog
3.11.0 ###
log()
convenience method the multibar to enable custom logging output on top of the progress bars during operationgracefulExit
option (enabled by default) to stop the bars in case of SIGINT
or SIGTERM
- this restores most cursor settings before exitingprogressCalculationRelative
option (disabled by default) to use the startValue
as offset for the progress calculation and calculate the absolute progress from the difference given by total-startValue
#121multibar.create
multibar.create()
returns an undefined value in case noTTYOutput
is not enabled #117Changelog
3.10.0 ###
preset.shades-grey
is set directly by ANSI codesansi-colors
librarycolors
dependency due to some issues with the maintainer... see Zalgo bombChangelog
3.9.1 ###
Changelog
3.9.0 ###
1e7
(115days) #92Changelog
3.8.2 ###
Changelog
3.8.1 ###
Math.round
which caused incorrect values for edge cases - thanks to OxCom on GitHubChangelog
3.8.0 ###
increment()
with implicit delta of 1 - thanks to ecdeveloper on GitHubupdate()
without updating bar valueformatTime
option ignored due to type - thanks to omjadas on GitHub