Comment debugging args in stop function

This commit is contained in:
Christer Warén
2025-11-10 12:41:58 +02:00
parent fbaa5780d9
commit 77a54ef1f6
2 changed files with 10 additions and 10 deletions

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

10
wx
View File

@@ -129,12 +129,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