diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |