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:40 +00:00
parent 3393e2a4d2
commit e97ea1953f

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(())
}
}