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<String>, ) -> Result<()>