Better command line parsing, version, usage

Also tests for same
This commit is contained in:
John Doty 2023-01-24 09:13:53 -08:00
parent 52fe5523b2
commit fc144162b9
3 changed files with 132 additions and 11 deletions

View file

@ -18,6 +18,7 @@ anyhow = "1.0"
bytes = "1"
crossterm = { version = "0.25", features = ["event-stream"] }
home = "0.5.4"
indoc = "1"
log = { version = "0.4", features = ["std"] }
open = "3"
thiserror = "1.0"