mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add configuration-file support to the 'task' command
This commit is contained in:
parent
8af7ba286d
commit
0e926df578
6 changed files with 236 additions and 45 deletions
|
@ -9,6 +9,8 @@ clap = "^2.33.0"
|
|||
taskchampion = { path = "../taskchampion" }
|
||||
failure = "^0.1.8"
|
||||
prettytable-rs = "^0.8.0"
|
||||
config = "^0.10.1"
|
||||
dirs = "^3.0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "^1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue