fix: Fix module structure and simplify CI
Some checks failed
CI / check (push) Has been cancelled

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

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