implement cli help
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user