We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e0342 + f096935 commit 71dbee0Copy full SHA for 71dbee0
src/extensions/caf-foot
@@ -77,7 +77,7 @@ if [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
77
echo "BSD 3-Clause License. For more information about these matters, see"
78
echo "the file named LICENSE."
79
echo ""
80
-elif [[ $1 == '-w' || $1 == '--wraps' ]]; then
+elif [[ $1 == '-w' || $1 == '--wraps' || $1 == '--wrapping' ]]; then
81
echo "caf wraps CAFC=$CAFC"
82
elif [[ $1 == '-s' || $1 == '--show' ]]; then
83
$CAFC -show
0 commit comments