Refactor command-line handling into modules per subcommands

This commit is contained in:
Dustin J. Mitchell 2020-11-23 19:33:04 -05:00
parent e0b69a62b1
commit fe4183c3ca
12 changed files with 560 additions and 59 deletions

View file

@ -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"