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 70d64fe commit b9614c6Copy full SHA for b9614c6
argument-parser.sh
@@ -48,10 +48,6 @@ lastWasArgument=0
48
lastArgument=""
49
50
declare -A argExpected
51
-argExpected['v|verbose']="verbose - verbosity level"
52
-argExpected['t|test']="test - testing mode"
53
-argExpected['r|recursive']="recursive - Recurse in to directory"
54
-argExpected['u']="uniform - All the same"
55
56
argGetName() {
57
for k in "${!argExpected[@]}"
@@ -204,4 +200,4 @@ argParse() {
204
200
argc=${#argv[@]}
205
201
206
202
[ $ARG_DEBUG == true ] && echo "Argument Count: $argc"
207
-}
203
+}
0 commit comments