Skip to content

Commit cae2133

Browse files
committed
Added a line to the README about argument precedence of long form and long form with value arguments
1 parent 22cb040 commit cae2133

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)