Skip to content

Commit f096935

Browse files
committed
support caf --wrapping option
1 parent 23e0342 commit f096935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/caf-foot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
7777
echo "BSD 3-Clause License. For more information about these matters, see"
7878
echo "the file named LICENSE."
7979
echo ""
80-
elif [[ $1 == '-w' || $1 == '--wraps' ]]; then
80+
elif [[ $1 == '-w' || $1 == '--wraps' || $1 == '--wrapping' ]]; then
8181
echo "caf wraps CAFC=$CAFC"
8282
elif [[ $1 == '-s' || $1 == '--show' ]]; then
8383
$CAFC -show

0 commit comments

Comments
 (0)