summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-09 13:49:28 +0100
committerMinijackson <minijackson@riseup.net>2021-11-09 13:49:28 +0100
commit5831374267589a88c0bb1c3e2799207c75b2b25c (patch)
treefaaf0ae9b83c7684f1b81a77d8d3ec78dbb17898 /README.md
parent706e1ca44eceb33b16cbcb76bb0f34e9cdc55723 (diff)
downloadbash-lib-5831374267589a88c0bb1c3e2799207c75b2b25c.tar.gz
bash-lib-5831374267589a88c0bb1c3e2799207c75b2b25c.zip
README: document VERBOSE_ARG
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 802751f..0262675 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,10 @@ error. This is useful if you want to handle your errors with traps. See the
46 46
47## Provided variables 47## Provided variables
48 48
49- `${VERBOSE_ARG}`: an array variable which is `("--verbose")` when debug
50 messages are enabled, `()` otherwise. Use it by adding `${VERBOSE_ARG[@]}` in
51 programs supporting the `--verbose` flag.
52
49### Escape codes 53### Escape codes
50 54
51- `${NORMAL}`: reset the styling 55- `${NORMAL}`: reset the styling