Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump clap from 4.4.7 to 4.4.8 (#413)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.4.8</h2> <h2>[4.4.8] - 2023-11-10</h2> <h3>Features</h3> <ul> <li>Add <code>Command::flatten_help</code> to allow <code>git stash -h</code> like help for subcommands</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.4.8] - 2023-11-10</h2> <h3>Features</h3> <ul> <li>Add <code>Command::flatten_help</code> to allow <code>git stash -h</code> like help for subcommands</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3aeea916e8e426e8389357a67d9b8f9a1fceba3e"><code>3aeea91</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/1add9a7ae4fab6088d2047ef4b7f9b6e6c478f13"><code>1add9a7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6b2a2ccb444a128c318052f76522c1682a6a4412"><code>6b2a2cc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5206">#5206</a> from epage/flatten</li> <li><a href="https://github.com/clap-rs/clap/commit/9c0f7a7253e914fea33078f28351c5447ee8ef15"><code>9c0f7a7</code></a> fix(help): Recurse help flattening</li> <li><a href="https://github.com/clap-rs/clap/commit/4bef91ca3c7526ec0723f736b9899e614741d14b"><code>4bef91c</code></a> refactor(help): Pull out flat subcommands</li> <li><a href="https://github.com/clap-rs/clap/commit/c9a7ef06e15ac806f23e0baf671fa68fbe73cedb"><code>c9a7ef0</code></a> fix(help): Gloss over globals with flatten</li> <li><a href="https://github.com/clap-rs/clap/commit/9e5f93d43fa5aa60a0523fca342a694adca990dc"><code>9e5f93d</code></a> fix(help): Be consistent in long/short help</li> <li><a href="https://github.com/clap-rs/clap/commit/66d2bcbdd4067e83eff6241fad9c6e55e771d024"><code>66d2bcb</code></a> feat(help): Allow flattening help</li> <li><a href="https://github.com/clap-rs/clap/commit/3383242b475c7e8f5e775ecfabdaf7ec5b70a686"><code>3383242</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5205">#5205</a> from epage/flatten-refactor</li> <li><a href="https://github.com/clap-rs/clap/commit/caf5cdcfa04d92bdea0dcd924296990425212b91"><code>caf5cdc</code></a> feat(help): Allow flattening usage</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.7...v4.4.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.4.7&new-version=4.4.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information