mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
use prettytable for tabular outputs
This commit is contained in:
parent
f7f5c379ea
commit
f31a96176d
6 changed files with 180 additions and 2 deletions
|
@ -9,6 +9,7 @@ clap = "~2.33.0"
|
|||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
failure = "0.1.8"
|
||||
prettytable-rs = "0.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue