File tree Expand file tree Collapse file tree 4 files changed +8
-73
lines changed
Expand file tree Collapse file tree 4 files changed +8
-73
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # shellcheck shell=bash
2+
3+ basalt_load () {
4+ for f in " $BASALT_PACKAGE_PATH " /pkg/{lib/util,source}/?* .sh; do
5+ source " $f "
6+ done ; unset f
7+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# shellcheck shell=bash
22
3- source " $BASH_ARGS_LIB_DIR /util/util.sh"
4-
5- # TODO: namespace the entrypoint, and ensure to unset the variables after
6- # Not readonly as this is sourced. This also should read 'BASH_ARGS_VERSION',
7- # not 'PROGRAM_VERSION' since this file is sourced and 'PROGRAM_VERSION'
8- # is more generic
9- declare BASH_ARGS_VERSION=" 0.7.0+916ca13-DIRTY"
10-
113bash-args () {
124 case " $1 " in
135 -h|--help)
@@ -30,7 +22,7 @@ bash-args() {
3022 ;;
3123 -v|--version)
3224 cat << -"EOF "
33- Version: $BASH_ARGS_VERSION
25+ Version: # TODO
3426 EOF
3527 return
3628 ;;
You can’t perform that action at this time.
0 commit comments