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 1ef6cad commit ea6ab4bCopy full SHA for ea6ab4b
README.md
@@ -6,6 +6,11 @@ Takes arguments passed in nearly any format to a bash script and allows easy acc
6
7
### Get An Arguments Value
8
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
14
```bash
15
16
# -a "some text"
0 commit comments