Add internal command to render CLI usage text for manual

This commit is contained in:
Zhaofeng Li 2021-11-17 22:21:00 -08:00
parent 1535857acc
commit c42c97d2f6
3 changed files with 89 additions and 0 deletions

View file

@ -7,6 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ansi-to-html = "0.1.0"
async-trait = "0.1.42"
atty = "0.2"
clap = "2.33.3"