1
Fork 0
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:
RGBCube 2025-06-14 23:19:54 +03:00
parent a341d08c45
commit 0e07241280
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 147 additions and 17 deletions

19
xtask/Cargo.toml Normal file
View 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