Skip to content

Commit 4efad26

Browse files
authored
feat(cli): switch manpage generation from clap_mangen to usage (#6868)
1 parent 41c5514 commit 4efad26

File tree

10 files changed

+3137
-171
lines changed

10 files changed

+3137
-171
lines changed

Cargo.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ chrono = { version = "0.4", default-features = false, features = [
6767
] }
6868
ci_info = "0.14"
6969
clap = { version = "4", features = ["env", "derive", "string"] }
70-
clap_mangen = { version = "0.2", optional = true }
7170
color-eyre = "0.6"
7271
color-print = "0.3"
7372
comfy-table = "7.1.3"

docs/.vitepress/cli_commands.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ export const commands: { [key: string]: Command } = {
219219
"render-help": {
220220
hide: true,
221221
},
222-
"render-mangen": {
223-
hide: true,
224-
},
225222
reshim: {
226223
hide: false,
227224
},

0 commit comments

Comments
 (0)