mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-30 18:37:46 +00:00
xtask: add completion generation
This commit is contained in:
parent
a341d08c45
commit
0e07241280
6 changed files with 147 additions and 17 deletions
19
xtask/Cargo.toml
Normal file
19
xtask/Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "xtask"
|
||||
description.workspace = true
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
rust-version.workspace = true
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "xtask"
|
||||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
watt.path = "../watt"
|
||||
|
||||
clap.workspace = true
|
||||
clap_complete.workspace = true
|
||||
clap_complete_nushell.workspace = true
|
Loading…
Add table
Add a link
Reference in a new issue