pub fn package_install_command(
language_id: &str,
) -> Option<(&'static str, &'static [&'static str])>Expand description
Returns the package install command for a language, if one exists. Returns (binary, args_before_package) so the caller can append the package name.