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 c07467d commit 5c3e249Copy full SHA for 5c3e249
argument-parser.sh
@@ -77,6 +77,8 @@ argList() {
77
echo "ARGUMENT SUMMARY:"
78
for arguments in "${!argExpected[@]}"; do
79
80
+ local argumentsPrefixed=()
81
+
82
# Take all the arguments and prefix them with hyphens
83
while IFS='|' read -ra argumentArray; do
84
for argument in "${argumentArray[@]}"; do
0 commit comments