Skip to main content

install_sources

Function install_sources 

Source
pub fn install_sources(
    sources: &[String],
    options: &SourceInstallOptions,
) -> Result<()>
Expand description

Installs one or more packages from source strings (PURLs or names).

ยงErrors

Returns an error if:

  • The plugin manager fails to initialize.
  • The installation process fails.