fix: stop --dry-run from writing to the working tree
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user