We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22cb040 + cae2133 commit 0f93557Copy full SHA for 0f93557
README.md
@@ -128,6 +128,7 @@ The order the arguments are passed on the command line makes a difference
128
129
* Calling `my-script.sh -f first -f last` will cause `argValue "f"` to return the value `last`
130
* Calling `my-script.sh -g 345 -g` will mean cause `argValue "g"` to return nothing
131
+* Calling `my-script.sh --size 512 --size=1024` will mean cause `argValue "size"` to return 1024
132
133
## Debug Mode
134
0 commit comments