Skip to content

Commit 0f93557

Browse files
committed
Merge branch 'readmed-amends' into develop
2 parents 22cb040 + cae2133 commit 0f93557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ The order the arguments are passed on the command line makes a difference
128128

129129
* Calling `my-script.sh -f first -f last` will cause `argValue "f"` to return the value `last`
130130
* 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
131132

132133
## Debug Mode
133134

0 commit comments

Comments
 (0)