Skip to content

Commit e44fd4b

Browse files
committed
Removed now unhelpful helpful function
1 parent d24f0ce commit e44fd4b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

argument-parser.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,3 @@ done
284284
argc=${#argv[@]}
285285

286286
[ "$ARG_DEBUG" == true ] && echo "Argument Count: $argc"
287-
288-
289-
290-
# If we are accessing this script directly run the argument parser, useful for testing
291-
if [ "$0" == "$BASH_SOURCE" ]; then
292-
argParse
293-
argList
294-
fi

0 commit comments

Comments
 (0)