Skip to content

v0.4.5

Compare
Choose a tag to compare
@epwalsh epwalsh released this 15 Sep 21:12
· 19 commits to master since this release

What's new

Added

  • Added a method CacheBuilder::progress_bar to set the progress bar type, or to disable the progess bar entirely. The options are ProgressBar::Light and ProgressBar::Full. The default when using cached-path as a library is ProgressBar::Light, while the default from the command-line is ProgressBar::Full. You can also disable the progress bar from the command-line by passing the "-q" / "--quietly" flag.

Commits

76a2257 improve progress bar, add 'light' type (#34)