aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/completion.rs
AgeCommit message (Collapse)Author
2026-02-21feat(completion): add shell completion generation via clap_completensfisis
Add a `completion` subcommand that generates shell completion scripts for Bash, Zsh, Fish, Elvish, and PowerShell using the clap_complete crate. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>