summaryrefslogtreecommitdiff
path: root/src/click/termui.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-03-03 18:30:40 -0800
committerDavid Lord <davidism@gmail.com>2021-03-03 18:30:40 -0800
commit3cc31b10e8187035d81f5c08163ecf15dad0e5ef (patch)
treea77432e12dc2ec45b9388a139ae03d0574948ef1 /src/click/termui.py
parent3018f577cc1d5e7682fd091845df999b86007a6c (diff)
downloadclick-3cc31b10e8187035d81f5c08163ecf15dad0e5ef.tar.gz
don't hide fast progress bars
Diffstat (limited to 'src/click/termui.py')
-rw-r--r--src/click/termui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/click/termui.py b/src/click/termui.py
index b6855fa..4fc7229 100644
--- a/src/click/termui.py
+++ b/src/click/termui.py
@@ -391,6 +391,9 @@ def progressbar(
completed. This allows tuning for very fast iterators.
.. versionchanged:: 8.0
+ Output is shown even if execution time is less than 0.5 seconds.
+
+ .. versionchanged:: 8.0
Labels are echoed if the output is not a TTY. Reverts a change
in 7.0 that removed all output.