How can I get the user input like below which I would like to use inside my shell script to build a case condition?
./iwant2reload-worker.sh --target=cluster --cluster-name=abc
./iwant2reload-worker.sh --target=workernode --workernode-name=xyz
for example : if user issue the first command it needs to run program a and if user issue the second command it needs to run program b.