Skip to content

Commit b9614c6

Browse files
committed
Removed the testing argument list
1 parent 70d64fe commit b9614c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

argument-parser.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ lastWasArgument=0
4848
lastArgument=""
4949

5050
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"
5551

5652
argGetName() {
5753
for k in "${!argExpected[@]}"
@@ -204,4 +200,4 @@ argParse() {
204200
argc=${#argv[@]}
205201

206202
[ $ARG_DEBUG == true ] && echo "Argument Count: $argc"
207-
}
203+
}

0 commit comments

Comments
 (0)