Document compact output option in README

This commit is contained in:
Danilo Bargen 2019-10-03 23:56:07 +02:00
commit 6810693655
2 changed files with 14 additions and 2 deletions

View file

@ -180,8 +180,11 @@ Example customization:
### Display
Using `display` config you can customize whether the pager should be use by
default or not (default `false`).
In the `display` section you can configure the output format.
#### `use_pager`
Specifies whether the pager should be used by default or not (default `false`).
[display]
use_pager = true
@ -189,6 +192,14 @@ default or not (default `false`).
When enabled, `less -R` is used as pager. To override the pager command used,
set the `PAGER` environment variable.
#### `compact`
Set this to enforce more compact output, where empty lines are stripped out
(default `false`).
[display]
compact = true
## Autocompletion