- [ADDED] Reference to a specific
bargs_vars
file by setting the environment variableBARGS_VARS_PATH
In your application example.sh
export BARGS_VARS_PATH="$bargs_vars_path"
source "${PWD}"/"$(dirname ${BASH_SOURCE[0]})"/bargs.sh "$@"
This feature enables having a single bargs.sh
file, with multiple bargs_vars
in the same repository. It's now possible to embed bargs in multiple Bash scripts that reside in the same repository.
Version bumped from v1.0.14
to v1.1.0
🎉