1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 23:36:22 +02:00

Updated Configuration (markdown)

Nick Sweeting
2019-03-12 16:16:11 -04:00
parent bc50495ea8
commit 82817cdfac

@@ -242,16 +242,15 @@ Whether or not to use Chrome/Chromium in `--headless` mode (no browser UI displa
**Possible Values:** [`True`]/`False`
Colorize 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).
<img src="https://i.imgur.com/BDPfWxk.png" width="45%"/>
<img src="https://i.imgur.com/kIL8zSD.png" width="45%"/>
<img src="https://i.imgur.com/BDPfWxk.png" width="48%"/>
<img src="https://i.imgur.com/kIL8zSD.png" width="48%"/>
---
#### `SHOW_PROGRESS`
**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).
<img src="https://i.imgur.com/XY2E7AR.png" width="50%"/><br/>
<img src="https://i.imgur.com/F8yAcQ2.png" width="50%"/>
<img src="https://i.imgur.com/XY2E7AR.png" width="99%"/>
---