Skip to content

Commit add1aaa

Browse files
committed
Set debugging to false by default
1 parent a58810a commit add1aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argument-parser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ regexArgLongWithValue='^--([a-zA-Z0-9\-]{2,})=(.*)$'
88

99
argChunks=()
1010

11-
ARG_DEBUG=true
11+
ARG_DEBUG=false
1212
ARG_MUST_BE_DEFINED=true
1313

1414
# Expand chained short form arguments, eg -aih => -a -i -h

0 commit comments

Comments
 (0)