1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-14 02:24:06 +02:00

Updated Configuration (markdown)

Nick Sweeting
2021-07-18 02:01:34 -04:00
parent c953a983df
commit 6aa52fe114

@@ -396,6 +396,8 @@ Colorize console output. Defaults to `True` if stdin is a TTY (interactive sessi
**Possible Values:** [`True`]/`False`
Show real-time progress bar in console output. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file).
*Note: We use [asymptotic progress bars](https://gist.github.com/pirate/c89b7d42be148e9180d8c7cf81e734c8) because most tasks complete quickly! ✨*
<img src="https://i.imgur.com/XY2E7AR.png" width="99%"/>
---