Skip to main content

run

Function run 

Source
pub fn run(
    verbose: bool,
    fallback: bool,
    no_pm: bool,
    force: bool,
    scope: Option<Scope>,
) -> Result<()>
Expand description

The primary entry point for synchronizing Zoi registries and system state.

This function:

  • Synchronizes all configured global registries.
  • Updates local SQLite indexes.
  • Detects and records available native package managers.
  • Synchronizes the remote security policy if configured.