feat: argument parsing and version cli flag
All checks were successful
Rust / build_and_test (push) Successful in 27s

This commit is contained in:
Lukas Wölfer
2026-01-29 21:18:53 +01:00
parent e2ce929698
commit 56176b2659
3 changed files with 56 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
crossterm = "0.29"
ratatui = { version = "0.30", features = ["crossterm"] }
anyhow = "1.0"
argh = "0.1.13"
[dev-dependencies]
insta = "1.33"