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 6e33d15 commit c313775Copy full SHA for c313775
argument-parser.sh
@@ -9,6 +9,7 @@ regexArgLongWithValue='^--([a-zA-Z0-9\-]{2,})=(.*)$'
9
argChunks=()
10
11
ARG_DEBUG=true
12
+ARG_MUST_BE_DEFINED=true
13
14
# Expand chained short form arguments, eg -aih => -a -i -h
15
for argChunk in "$@"; do
0 commit comments