Releases: unfor19/bargs
Releases · unfor19/bargs
v1.1.5
v.1.1.4
v1.1.3
-
Fixed breaking hidden prompts with
CTRL+C
-
Prettier
example.sh
, making it more readable -
Fixed getting the proper env var if already exists, for example, the following caused
age
to be emptyGPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 # agent contains "age" ... age=33
v1.1.2
v1.1.1
v1.1.0
- [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
🎉