feat: deprecate compose subcommand

This commit is contained in:
2026-09-04 14:35:57 +00:00
parent d11b0c68cd
commit 6e44527a9a
10 changed files with 43 additions and 109 deletions

View File

@@ -1,11 +1,9 @@
mod ahab;
mod django;
mod docker_compose;
mod link;
mod postgres;
pub use ahab::{Ahab, Commands};
pub use django::Django;
pub use docker_compose::DockerCompose;
pub use link::Link;
pub use postgres::Postgres;