fix: Fix module structure and simplify CI
All checks were successful
CI / check (push) Successful in 41s
All checks were successful
CI / check (push) Successful in 41s
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user