//! `pgevolve rewrite-table` — destructive table-rewrite operation.
//!
//! v0.2 skeleton. Accepts the qname and `--confirm-rewrite` flag, then errors
//! with a v0.2-not-yet-implemented pointer. The CLI surface lands now so users
//! discover the command; the actual implementation arrives with the upcoming
//! v0.2 partitioning / column-type-change sub-spec.
//!
//! See arch spec Decision 17.
use Result;
/// Run `pgevolve rewrite-table`.