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 5ad871c commit bd18fe8Copy full SHA for bd18fe8
argument-parser.sh
@@ -127,3 +127,5 @@ argValue() {
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