feat: argument parsing and version cli flag
All checks were successful
Rust / build_and_test (push) Successful in 27s
All checks were successful
Rust / build_and_test (push) Successful in 27s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user