Skip to content

Commit ea6ab4b

Browse files
committed
Added some blurb about the argValue function
1 parent 1ef6cad commit ea6ab4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Takes arguments passed in nearly any format to a bash script and allows easy acc
66

77
### Get An Arguments Value
88

9+
There is a helper function named `argValue()` which takes the name of
10+
an argument as its only parameter and returns the value given to the argument.
11+
12+
If the argument doesn't have a value or hasn't been passed nothing is returned.
13+
914
```bash
1015

1116
# -a "some text"

0 commit comments

Comments
 (0)