forked from DGNum/colmena
Add internal command to render CLI usage text for manual
This commit is contained in:
parent
1535857acc
commit
c42c97d2f6
3 changed files with 89 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue