mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Refactor command-line handling into modules per subcommands
This commit is contained in:
parent
e0b69a62b1
commit
fe4183c3ca
12 changed files with 560 additions and 59 deletions
|
@ -8,3 +8,8 @@ edition = "2018"
|
|||
clap = "~2.33.0"
|
||||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
failure = "0.1.8"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "1.0.1"
|
||||
predicates = "1.0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue