Skip to content

Commit bc5b954

Browse files
committed
cmd/lima: add --version
Signed-off-by: Akihiro Suda <[email protected]>
1 parent a873442 commit bc5b954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/lima

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ if [ "$#" -eq 1 ]; then
1313
echo
1414
echo "See \`${LIMACTL} shell --help\` for further information."
1515
exit 0
16+
elif [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
17+
exec "$LIMACTL" "$@"
1618
fi
1719
fi
1820

0 commit comments

Comments
 (0)