From b5af594fec7da72b15c9a202c641af0494db6355 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Feb 2026 23:50:43 +0900 Subject: feat(completion): add shell completion generation via clap_complete 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 --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index e219fff..ccf7f94 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -8,6 +8,7 @@ anyhow = "1.0.101" bzip2 = "0.5" filetime = "0.2" clap = { version = "4.5.57", features = ["derive"] } +clap_complete = "4" colored = "3.1.1" dialoguer = "0.12.0" flate2 = "1" -- cgit v1.3.1