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

⬆️ Bump github.com/hellflame/argparse from 1.3.1 to 1.12.0 #12

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps github.com/hellflame/argparse from 1.3.1 to 1.12.0.

Release notes

Sourced from github.com/hellflame/argparse's releases.

v1.12.0

  1. extra arguments support (special arguments after --, from #22)
  2. terminal width detect only before help info generation
  3. document update

Extra special arguments support has an example extra-arguments Terminal width detection invokes a system call stty, only when you need to generate the help info FormatHelp. Which improves the runtime efficient for normal cases (when you don't need to show the help info).

Full Changelog: hellflame/argparse@v1.11.0...v1.12.0

v1.11.0

  1. Color support (NoColor, DefaultColor and your own color schema)
  2. Add build ignore for examples

Full Changelog: hellflame/argparse@v1.10.0...v1.11.0

v1.10.0

Simplify error judge. Before this version, you have to judge the error type returned from Parse now you can compare it with BreakAfterHelpError (BreakAfterHelp instance) and BreakAfterShellScriptError (BreakAfterShellScript instance)

Full Changelog: hellflame/argparse@v1.9.0...v1.10.0

v1.9.0

Complete feature BindParsers, ideas from #18

Full Changelog: hellflame/argparse@v1.8.1...v1.9.0

v1.8.1

Bug fix for #17

(not exactly the problem from Inherit, but invalid arguments for empty sub parsers)

Full Changelog: hellflame/argparse@v1.8.0...v1.8.1

v1.8.0

  1. add support for inheritable
  2. fix cn document

Full Request: #15

Full Changelog: hellflame/argparse@v1.7.6...v1.8.0

v1.7.6

  1. fix usage for required postionals
  2. better help output

Full Changelog: hellflame/argparse@v1.7.5...v1.7.6

v1.7.5

... (truncated)

Commits

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 the deps: go label Jan 30, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hellflame/argparse-1.12.0 branch from cfe4f82 to 2b12397 Compare January 30, 2025 16:02
Bumps [github.com/hellflame/argparse](https://github.com/hellflame/argparse) from 1.3.1 to 1.12.0.
- [Release notes](https://github.com/hellflame/argparse/releases)
- [Commits](hellflame/argparse@v1.3.1...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/hellflame/argparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hellflame/argparse-1.12.0 branch from 2b12397 to 19d0ff0 Compare January 30, 2025 16:06
Copy link
Contributor

@linkdd linkdd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@linkdd linkdd added this pull request to the merge queue Jan 30, 2025
@linkdd
Copy link
Contributor

linkdd commented Jan 30, 2025

@dependabot merge

@dependabot dependabot bot merged commit 445e353 into main Jan 30, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hellflame/argparse-1.12.0 branch January 30, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant