Fixed myvar instead of myVar and added more test cases

This commit is contained in:
2024-08-21 17:28:37 -04:00
parent efe6c3d99a
commit d178ceaa79
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ while [ -n "$1" ]; do
-CT) myVar[myCT]="$2"; shift 2;;
-g) myVar[myGrep]="$2"; shift 2;;
-s) myVar[myString]="$2"; shift 2;;
--pre) myvar[myPrefix]="$2"; shift 2;;
--pre) myVar[myPrefix]="$2"; shift 2;;
--post) myVar[myPostfix]="$2"; shift 2;;
-N|-NT) myOptions[doNCPA]="true"; shift 1;;
--num) myOptions[doNumber]="true"; shift 1;;