The current script doesn't clear $OPTIND so the various sub-command args don't work. This makes it - among other things - impossible to make "visible" attributes.
I believe the default value for OPTIND is 1. Therefore, I opt (:wink:) for #12, which is a better way to reset this value. Still, thanks for your contribution and bringing this to my attention!
The current script doesn't clear
$OPTIND
so the various sub-command args don't work. This makes it - among other things - impossible to make "visible" attributes.