1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-02 16:52:55 +00:00

feat: add command to generate completion (#33)

This commit is contained in:
2024-11-06 18:54:36 +01:00
committed by GitHub
parent 242d818f88
commit 1debbf25a4
6 changed files with 93 additions and 22 deletions

View File

@ -14,6 +14,7 @@ members = ["libs/deob"]
[dependencies]
clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }
clap_complete = "4.5"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
quick-xml = { version = "0.37", features = ["escape-html", "serialize"], default-features = false }