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:39 +00:00
parent b80a7234f8
commit 3393e2a4d2

View File

@@ -140,4 +140,4 @@ pub fn execute(args: Args) -> anyhow::Result<()> {
Commands::Diff { local, remote } => diff(args.clone(), local.clone(), remote.clone()),
Commands::Completions { shell } => completions(*shell),
}
}
}