Support tree; Do not enforce LBA source for Overlays

This commit is contained in:
Jaby
2024-01-03 17:45:57 -06:00
committed by Jaby
parent 5a384faa52
commit f0423d3fa6
5 changed files with 23 additions and 7 deletions

View File

@@ -37,6 +37,10 @@ elif [ $2 = update ]; then
echo "cargo update $1"
$HOME/.cargo/bin/cargo update
exit $?
elif [ $2 = tree ]; then
$HOME/.cargo/bin/cargo tree
exit $?
else
echo "Unkown cargo command $2 for project $1"