pub async fn cmd_update_all(
channel: &str,
yes: bool,
no_restart: bool,
force: bool,
registry_url_override: Option<&str>,
config_path: &str,
hygiene_fn: Option<&HygieneFn>,
daemon_cbs: Option<&DaemonCallbacks>,
) -> Result<(), Box<dyn Error>>