We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70dab0f + bd18fe8 commit 90dbe1eCopy full SHA for 90dbe1e
1 file changed
argument-parser.sh
@@ -124,3 +124,8 @@ argValue() {
124
echo "${argv["$1"]}"
125
fi
126
}
127
+
128
+# Add the standard argc variable containing the number of arguments
129
+argc=${#argv[@]}
130
131
+[ $ARG_DEBUG == true ] && echo "Argument Count: $argc"
0 commit comments