mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
Add clap for parsing command line arguments
This commit is contained in:
parent
58c0ee5cb8
commit
0b5fa70957
4 changed files with 94 additions and 8 deletions
|
@ -20,6 +20,7 @@ crossterm-backend = ["tui/crossterm", "crossterm"]
|
|||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
clap = "2.33"
|
||||
task-hookrs = "0.7"
|
||||
rand = "0.7"
|
||||
shlex = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue