From e97ea1953f729f62938c42d3f68c536baa5ce448 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:25:40 +0000 Subject: [PATCH] fix: resolved CI/CD issues and module structure --- src/cli/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/commands.rs b/src/cli/commands.rs index b57263e..4d24b94 100644 --- a/src/cli/commands.rs +++ b/src/cli/commands.rs @@ -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(()) -} \ No newline at end of file +}