Not sure who will see to this but i came across a typo/code error in your scripting on your github repo
change ugum to gum
error:
CHOICE=$(ugum choose “Enable iwd” “Disable iwd” “Exit without changes”)
correction:
CHOICE=$(gum choose “Enable iwd” “Disable iwd” “Exit without changes”)