Generate CLI cheatsheet at build time

This commit is contained in:
thePR0M3TH3AN
2025-05-20 14:13:30 -04:00
parent 7697dd5828
commit 933fee54a9
4 changed files with 69 additions and 5 deletions

View File

@@ -32,3 +32,7 @@ dirs = "5"
[features]
# Enable JSON output with `--features json`
json = ["serde_json"]
[build-dependencies]
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"