Skip to main content

build_install_command

Function build_install_command 

Source
pub fn build_install_command(
    language_id: &str,
    package: &str,
) -> Option<Command>
Expand description

Build a full install command for a package in the given language. Returns None if the language has no package manager.