fix: stop --dry-run from writing to the working tree

This commit is contained in:
2026-09-08 10:26:37 +00:00
parent e1817a6824
commit afa0b65c13
4 changed files with 70 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ mod django;
mod link;
mod postgres;
pub use ahab::{Ahab, Commands};
pub use ahab::{Ahab, Commands, reject_unsupported_dry_run};
pub use django::Django;
pub use link::{Link, Store};
pub use postgres::{Format, Postgres};