feat: enhance install command to accept multiple package specifications and improve runtime environment handling

This commit is contained in:
2026-03-01 21:47:44 -06:00
parent 3080eea58a
commit 6cae1f636a
9 changed files with 524 additions and 345 deletions
+1
View File
@@ -15,6 +15,7 @@ mod install;
mod locking;
mod package;
mod planner;
mod runtime_env;
mod shell_helpers;
mod signing;
mod source;