Skip to content

Commit 34c4fa0

Browse files
committed
Made the argument names in the usage output bold
1 parent abc1395 commit 34c4fa0

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
@@ -113,7 +113,7 @@ argList() {
113113
local argumentDefault=""
114114
fi
115115

116-
echo " $argumentList"
116+
echo " $(tput bold)$argumentList$(tput sgr0)"
117117
echo " $argumentDesc $argumentDefault"
118118
echo
119119
done

0 commit comments

Comments
 (0)