fix: resolved CI/CD issues and module structure
Some checks failed
CI / test (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-04 10:25:36 +00:00
parent f33edf1c3d
commit 8f6112c027

View File

@@ -8,4 +8,4 @@ pub mod merge;
pub fn run() -> anyhow::Result<()> {
let args = cli::Args::parse();
cli::execute(args)
}
}