pub fn run(
args: TeardownArgs,
global: &GlobalFlags,
cancel: &CancellationToken,
) -> Result<()>Expand description
Entry point for the teardown verb.
§Errors
Surfaces anyhow::Result so main can render the orchestrator’s
output; exit codes are set via std::process::exit on halt paths
(same pattern as sync since anyhow::Error does not carry them).