From bc50495ea860395f5d498ed74b05023c7eb7a984 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 16:15:15 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 38ddfc7..f76c95c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -240,13 +240,19 @@ Whether or not to use Chrome/Chromium in `--headless` mode (no browser UI displa --- #### `USE_COLOR` **Possible Values:** [`True`]/`False` -Colorize console ouput. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file). +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). + + + --- #### `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). +
+ + --- ## Dependency Options