Comment debugging args in stop function

This commit is contained in:
Christer Warén
2025-11-10 12:41:30 +02:00
parent fbaa5780d9
commit 6f6361e3da

View File

@@ -6,12 +6,12 @@ wxi-stop(){
wx-update &> /dev/null
fi
wxi-repeat "\n" 3
# wxi-repeat "\n" 3
for key in "${!args[@]}"
do
echo "$key: ${args[$key]}"
done
# for key in "${!args[@]}"
# do
# echo "$key: ${args[$key]}"
# done
wxi-repeat "\n" 3
exit 1