Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump clap-markdown from 0.1.3 to 0.1.4 #377

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps clap-markdown from 0.1.3 to 0.1.4.

Changelog

Sourced from clap-markdown's changelog.

[0.1.4] — 2024-06-15

Added

  • Added help_markdown_custom() and help_markdown_command_custom(), for customizing the built Markdown using a new MarkdownOptions configuration structure. (#25, co-authored-by @​morgante and @​keturiosakys)

    Supported customization options include:

    • Contents of the command title header.
    • Whether to show the footer explaining the documentation was generated with clap-markdown.
    • Whether to show the command overview table of contents.
  • Added new CI build and test action to the repository, so that new PRs will be required automatically to pass all tests. (#24)

Changed

  • clap-markdown will now respect the Command.display_name property, if set, and use it in the rendered Markdown when showing the name and usage of the command. (#27, co-authored-by @​keturiosakys and @​hatchan)

  • The possible values of a flag that can only either be present or absent (true or false) will no longer be shown. (#22, contributed by @​ilyagr)

  • Hidden arguments (Arg.hide == true) will no longer be included in the rendered Markdown. (#22, contributed by @​ilyagr)

  • Long help text for commands will now be included in the rendered output. (#26, contributed by @​morgante)

  • Long help text for options will now be included in the rendered output. (#23, contributed by @​ilyagr)

Commits
  • 1e1ae46 release: Prep v0.1.4 for release + update CHANGELOG.md (#29)
  • 2318d55 [PR Integration] Use display_name wherever possible + table of contents opt...
  • 8a60dbd test: More exhaustively test current name/bin_name/display_name handling beha...
  • 3208cda feat: add support for custom before/after help (#26)
  • e13c09d [PR Integration] feat: add options for controlling formatting #17 (#25)
  • f2ed6eb feature: Print long help text for options (#23)
  • 60319e6 ci: Create BuildAndTestPR.yml (#24)
  • f056975 bugfix: Do not show extraneous true/false possible values, skip hidden argume...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 16, 2024
Bumps [clap-markdown](https://github.com/ConnorGray/clap-markdown) from 0.1.3 to 0.1.4.
- [Changelog](https://github.com/ConnorGray/clap-markdown/blob/main/docs/CHANGELOG.md)
- [Commits](ConnorGray/clap-markdown@v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: clap-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-markdown-0.1.4 branch from 8325d3f to 22e689c Compare June 17, 2024 11:28
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Looks like clap-markdown is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/cargo/clap-markdown-0.1.4 branch June 17, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants