V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -15,8 +15,8 @@ guard_sourcing
|
||||
#######################################
|
||||
# yq_val <YQ expression> <file> - Returns value, converts null to ""
|
||||
# Arguments:
|
||||
# $1: Key String to evaluate
|
||||
# $2: YAML File
|
||||
# 1: Key String to evaluate
|
||||
# 2: YAML File
|
||||
#######################################
|
||||
yq_val() {
|
||||
declare var_h; var_h=$(yq e "$1" "$2")
|
||||
|
||||
Reference in New Issue
Block a user