docs: update

This commit is contained in:
Dylan Araps
2019-09-19 17:41:07 +03:00
parent a2c0d36e19
commit 9dd64366d9
2 changed files with 4 additions and 0 deletions

View File

@@ -641,6 +641,8 @@ fi
Enabling `extdebug` allows access to the `BASH_ARGV` array which stores
the current functions arguments in reverse.
**CAVEAT**: Requires `shopt -s compat44` in `bash` 5.0+.
**Example Function:**
```sh