Skip to content

Commit 0b2df16

Browse files
committed
Changed the format of the arguments usage
1 parent 5c3e249 commit 0b2df16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

argument-parser.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ argList() {
9797

9898
local argumentList="${argumentsPrefixed[@]}"
9999
local argumentDesc="${BASH_REMATCH[1]}"
100-
echo "$argumentList $argumentDesc" | column -ts $'\t'
100+
echo " $argumentList"
101+
echo " $argumentDesc"
102+
echo
101103
done
102104
}
103105

0 commit comments

Comments
 (0)