github unfor19/bargs v1.1.0

latest releases: v1.1.5, v.1.1.4, v1.1.3...
4 years ago
  • [ADDED] Reference to a specific bargs_vars file by setting the environment variable BARGS_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 🎉

Don't miss a new bargs release

NewReleases is sending notifications on new releases.