Support tree; Do not enforce LBA source for Overlays

This commit is contained in:
2024-01-03 17:45:57 -06:00
parent c142f3b0d6
commit cb304ff9bb
5 changed files with 23 additions and 7 deletions

View File

@@ -55,4 +55,10 @@ IF %2 == update (
exit /B %ERRORLEVEL%
)
IF %2 == tree (
%wsl%cargo tree
exit /B %ERRORLEVEL%
)
echo "Unkown cargo command "%2" for project "%1"