implement cli help

This commit is contained in:
Dustin J. Mitchell
2020-12-20 18:42:21 -05:00
parent 2c579b9f01
commit 6b550e7516
7 changed files with 323 additions and 53 deletions

12
Cargo.lock generated
View File

@@ -569,7 +569,7 @@ dependencies = [
"atty",
"bitflags",
"strsim",
"textwrap",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
@@ -2274,6 +2274,7 @@ dependencies = [
"prettytable-rs",
"taskchampion",
"tempdir",
"textwrap 0.12.1",
]
[[package]]
@@ -2346,6 +2347,15 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.22"