feat: hidden hivectl markdown-docs subcommand emitting the cli reference as commonmark
This commit is contained in:
parent
d952e7ac01
commit
ad8a3a8cbf
3 changed files with 24 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -497,6 +497,15 @@ dependencies = [
|
|||
"clap_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap-markdown"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2a2617956a06d4885b490697b5307ebb09fec10b088afc18c81762d848c2339"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.6.0"
|
||||
|
|
@ -1266,6 +1275,7 @@ dependencies = [
|
|||
"base64",
|
||||
"bcrypt",
|
||||
"clap",
|
||||
"clap-markdown",
|
||||
"hive-sh4re",
|
||||
"libc",
|
||||
"listenfd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue