pub fn run(ctx: &AppContext, args: ReconcileArgs) -> Result<(), AppError>Expand description
Run one reconcile verb.
§Errors
AppError::Usage for a target the arguments cannot mean and for a
decision answer the plan does not offer, AppError::Busy when
another process holds the target, and the resolver’s refusals.