mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Refactor cli to use latest clap
This commit is contained in:
parent
17f7d5f58e
commit
53977929cf
5 changed files with 38 additions and 94 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue