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:
parent
df55cdfa9f
commit
4381fd505d
6 changed files with 100 additions and 3 deletions
|
@ -179,4 +179,10 @@ schemars = { version = "0.8.21", optional = true }
|
|||
|
||||
# -- PATCH --
|
||||
# temp fix for tracing-appender/time
|
||||
time = "0.3.37"
|
||||
time = "0.3.37"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.5.9", features = ["derive"] }
|
||||
clap_complete = "4.5.2"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
Loading…
Add table
Add a link
Reference in a new issue