Compare commits

...

1 Commits

Author SHA1 Message Date
Eelco Dolstra
82aa3ca2d7 get-env.sh: Version the JSON output 2025-11-10 16:45:54 -05:00

View File

@@ -17,6 +17,7 @@ __functions="$(declare -F)"
__dumpEnv() {
printf '{\n'
printf ' "version": 1,\n'
printf ' "bashFunctions": {\n'
local __first=1