refactor: give every command we run a type of its own

This commit is contained in:
2026-09-08 11:54:21 +00:00
parent 3d06f7dcb0
commit d7626d9f5e
16 changed files with 968 additions and 324 deletions

View File

@@ -1,7 +1,7 @@
use std::process::ExitCode;
mod cli;
mod command_builder;
mod cmd;
mod compose;
mod ctx;
mod scripts;