Refactor cli to use latest clap

This commit is contained in:
Dheepak Krishnamurthy 2021-05-11 11:46:37 -06:00
parent 17f7d5f58e
commit 53977929cf
5 changed files with 38 additions and 94 deletions

View file

@ -23,7 +23,7 @@ async-std = { version = "1", features = ["attributes", "unstable"] }
better-panic = "0.2.0"
cassowary = "0.3.0"
chrono = "0.4"
clap = "2.33"
clap = "3.0.0-beta.2"
crossterm = { version = "0.17", optional = true, default-features = false, features = ["event-stream"] }
dirs = "2.0.2"
futures = "0.3"