summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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