fix: Fix module structure and simplify CI
All checks were successful
CI / check (push) Successful in 41s

This commit is contained in:
2026-02-04 10:15:26 +00:00
parent 43190cdfbf
commit 8454a746f7

View File

@@ -282,4 +282,4 @@ pub fn completions(shell: clap_complete::Shell) -> Result<()> {
let mut cmd = crate::cli::Args::command();
clap_complete::generate(shell, &mut cmd, "dotmigrate", &mut std::io::stdout());
Ok(())
}
}