diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-21 23:50:43 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-21 23:50:43 +0900 |
| commit | b5af594fec7da72b15c9a202c641af0494db6355 (patch) | |
| tree | 21f71831c8c638d14c538aebda93015e3bc484ae /crates/mozart/Cargo.toml | |
| parent | 00dee137280be358ab9b40c6cff9af6efba1f17d (diff) | |
| download | php-mozart-b5af594fec7da72b15c9a202c641af0494db6355.tar.gz php-mozart-b5af594fec7da72b15c9a202c641af0494db6355.tar.zst php-mozart-b5af594fec7da72b15c9a202c641af0494db6355.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'crates/mozart/Cargo.toml')
| -rw-r--r-- | crates/mozart/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
