pub fn run(
verbose: bool,
fallback: bool,
no_pm: bool,
force: bool,
scope: Option<SetupScope>,
) -> Result<()>Expand description
Run the sync command to update package databases.
ยงErrors
Returns an error if the sync process fails.