1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

feat: add shell completions

Auto-generated with clap.
This commit is contained in:
Donovan Glover 2024-07-30 14:01:49 -04:00 committed by Jake Stanger
parent df55cdfa9f
commit 4381fd505d
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
6 changed files with 100 additions and 3 deletions

10
Cargo.lock generated
View file

@ -476,6 +476,15 @@ dependencies = [
"strsim 0.11.0",
]
[[package]]
name = "clap_complete"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.5.18"
@ -1722,6 +1731,7 @@ dependencies = [
"cfg-if",
"chrono",
"clap",
"clap_complete",
"color-eyre",
"ctrlc",
"dirs",