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.
1 parent f1f8985 commit 12572ecCopy full SHA for 12572ec
README.md
@@ -101,8 +101,8 @@ The order the arguments are passed on the command line makes a difference
101
102
### Examples
103
104
-* Calling `my-script.sh -f first -f last` will cause `${args["f"]}` to have the value `last`
105
-* Calling `my-script.sh -g 345 -g` will mean cause `${args["g"]}` to be blank
+* Calling `my-script.sh -f first -f last` will cause `argValue "f"` to return the value `last`
+* Calling `my-script.sh -g 345 -g` will mean cause `argValue "g"` to return nothing
106
107
## Debug Mode
108
0 commit comments