pub fn run(
sources: &[String],
repo: Option<String>,
force: bool,
all_optional: bool,
yes: bool,
scope: Option<InstallScope>,
local: bool,
global: bool,
save: bool,
build_type: Option<&str>,
dry_run: bool,
plugin_manager: Option<&PluginManager>,
build: bool,
frozen: bool,
explain: bool,
plan_json: bool,
retry: u32,
verbose: bool,
purl: bool,
project_config: Option<ProjectConfig>,
) -> Result<()>Expand description
The primary high-level orchestration for the zoi install command.
ยงErrors
Returns an error if the installation process fails.