Supporting auto complete and a build-release script
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled

This commit is contained in:
Eric Ratliff
2026-02-22 08:22:22 -06:00
parent fe5df7dc6d
commit ba402cc187
5 changed files with 133 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ path = "src/main.rs"
[dependencies]
# CLI framework
clap = { version = "4.4", features = ["derive", "cargo"] }
clap_complete = "4.4"
# Filesystem
dirs = "5.0"