Add Shell completions (#1226)

* feat(cli): add subcommand to generate shell completions

* Update src/cli.rs

Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>

---------

Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
This commit is contained in:
Jon Heinritz
2025-03-10 21:14:34 +01:00
committed by GitHub
parent b351f6ff22
commit 87b6c12625
4 changed files with 19 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ bitflags.workspace = true
bytemuck = { version = "1.22.0", features = ["derive"] }
calloop = { version = "0.14.2", features = ["executor", "futures-io"] }
clap = { workspace = true, features = ["string"] }
clap_complete = "4.5.45"
directories = "6.0.0"
drm-ffi = "0.9.0"
fastrand = "2.3.0"