Using getopts to parse options after a non-option argument
I have a bash script as below in a file nepleaks_upd.sh, that I want to run as ./nepleaks_upd.sh bootstrap --branch off. Couldn’t make it to take --branch , but what it works with is ./nepleaks_upd.sh bootstrap -b off.