pub fn run(
args: SyncArgs,
global: &GlobalFlags,
cancel: &CancellationToken,
) -> Result<()>Expand description
Entry point for the sync verb.
§Errors
Surface the anyhow::Result so main can render whatever the
orchestrator layer emitted; exit codes are set via std::process::exit
on the halt paths since anyhow::Error does not carry them.