feat: add link command

This commit is contained in:
2026-09-03 15:36:21 +02:00
parent 63d04a9393
commit 54395f83e4
7 changed files with 812 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
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;