I want to write a bash shell script, it can accept parameters, and the parameter has prompt, example,
./test.sh --version=1.0
value 1.0
is the real parameter for my shell, and --version=
is the prompt
is there any easy way to do it like this?