Multi-profile support

此提交包含在:
2023-01-11 15:04:18 -05:00
父節點 4447ccdd56
當前提交 22dd0f25f9

查看文件

@@ -481,7 +481,7 @@ fromSource() {
}
debug() { (( DEBUG )) && echo "Running: $*"; }
debug() { (( DEBUG )) && echo "Debug: $*"; }
askOk() {
@@ -643,7 +643,7 @@ main() {
if (( DEBUG )) || (( PROFILE_INFO )); then
echo "Profile settings:"
for x in "${!P_ARR[@]}"; do printf "[%s]=%s\n" "$x" "${P_ARR[$x]}"; done
for x in "${!P_ARR[@]}"; do printf "%s=%s\n" "$x" "${P_ARR[$x]}"; done
fi
# Experimental