cli-progress
Advanced tools
Changelog
1.4.0 ###
legacy
shades-classic
shades-grey
rect
Changelog
1.3.1 ###
example-notty
to test the behaviour of progress bar in non-interactive environments (input streams closed)update()
throws an error in non-tty environments - reported by Ognian on GitHub #9Changelog
1.3.0 ###
stopOnComplete
option to automatically call stop()
when the value reaches the total - thanks to lennym on GitHub #7Changelog
1.2.0 ###
increment()
method to increase the current progress relatively - thanks to lennym on GitHub #6Changelog
1.1.2 ###
readline
- thanks to remcoder on GitHubChangelog
1.1.1 ###
Changelog
1.1.0 ###
example-synchronous.js
options.hideCursor
- default set to falseChangelog
1.0.1 ###
options.barsize
- in some (numerical) situations it can be too long (n+1)