Skip to content

Commit

Permalink
fix(docs): Include the full command/option docs on the CLI reference …
Browse files Browse the repository at this point in the history
…page

Updates clap-markdown from 0.1.3 → 0.1.4 to do so.

I noticed these were missing with the addition of --extra-ca-certs¹ and
traced it down to clap-markdown's version.

¹ in <#1536>
  • Loading branch information
tsibley committed Oct 16, 2024
1 parent 08b32e5 commit c43e277
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bio-types = "=1.0.0"
bzip2 = { version = "=0.4.4", features = ["static"] }
chrono = { version = "=0.4.26", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "=4.4.2", features = ["derive", "color", "unicode", "unstable-styles"] }
clap-markdown = "=0.1.3"
clap-markdown = "=0.1.4"
clap_complete = "=4.4.1"
clap_complete_fig = "=4.4.0"
color-eyre = "=0.6.2"
Expand Down
Loading

0 comments on commit c43e277

Please sign in to comment.