Expand description
Package manager integration — mirrors bun_runtime::cli::install_command::install_with_cli().
Calls the same bun_install functions as Bun’s upstream CLI, with identical
control flow. The only difference is the entry point: Bun enters via
InstallCommand::exec(ctx) (pub(crate) in bun_runtime), we enter directly
from bao_bin’s clap dispatch through bao_runtime::run_install().
Functions§
- run_
install - Execute
bao install/bao add.