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 add1aaa commit f58ea9eCopy full SHA for f58ea9e
README.md
@@ -4,6 +4,18 @@ Takes arguments passed in nearly any format to a bash script and allows easy acc
4
5
## Use
6
7
+### How To Use
8
+
9
+Just include the library in the head of script and call the parser function
10
11
+```bash
12
+# Include the Argument Parser library
13
+source ./my/lib/path/argument-parser.sh
14
15
+# Parse any arguments
16
+argParse
17
+```
18
19
### Get An Arguments Value
20
21
There is a helper function named `argValue()` which takes the name of
0 commit comments