From 82817cdfacb0b86ff6ff119e478af9cda551e98f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 16:16:11 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Configuration.md b/Configuration.md index f76c95c..7217feb 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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). - - + + --- #### `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). -
- + ---