Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Bump github.com/integrii/flaggy from 0.0.0-20181007032133-1056ce330646 to 1.5.2 #8

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps github.com/integrii/flaggy from 0.0.0-20181007032133-1056ce330646 to 1.5.2.

Release notes

Sourced from github.com/integrii/flaggy's releases.

v1.5.2

If you would like to use a variable number of arguments at the end of your program without the user specifying -- before the list, you can do this by setting flaggy.ShowHelpOnUnexpectedDisable() and then parsing the []string at flaggy.TrailingArguments. For more details, see Issue #79

  • new trailingArguments example
  • new tests for trailing arguments with positionals. fixed trailing arguments being incorrectly considered as positionals

v1.5.1

What's Changed

New Contributors

Full Changelog: integrii/flaggy@v1.5.0...v1.5.1

v1.5.0

Important! A build error snuck into this release. Please use v1.5.1!

What's Changed

Thank you to our new contributors! 🎉

Full Changelog: integrii/flaggy@v1.4.4...v1.5.0

v1.4.4

  • Fixing URL in Unlicense LICENSE file so that pkg.go.dev properly shows documentation for flaggy (it matches the entire license file text)

v1.4.3

  • upping revision because modules are preventing a quick fix to the 1.4.2 branch

v1.4.2

  • Fix for ShowHelpOnUnexpected breaking when go test is run.

v1.4.1

  • fixed identification of bool flags on nested subcommands. Thanks @​ethanmoffat for PR #58!

v1.4.0

Thanks to @​ravenpride for his help with this one.

  • flaggy.DefaultParser.ShowHelpOnUnexpected() now properly throws an error when unexpected arguments are passed from the command line

... (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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 18, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/integrii/flaggy-1.5.2 branch from e178ad4 to 8e4e7c2 Compare October 18, 2023 21:25
Bumps [github.com/integrii/flaggy](https://github.com/integrii/flaggy) from 0.0.0-20181007032133-1056ce330646 to 1.5.2.
- [Release notes](https://github.com/integrii/flaggy/releases)
- [Commits](https://github.com/integrii/flaggy/commits/v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/integrii/flaggy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/integrii/flaggy-1.5.2 branch from 8e4e7c2 to 34d1e77 Compare October 18, 2023 21:36
@hypnoglow
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 9d4f35a into main Oct 18, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/integrii/flaggy-1.5.2 branch October 18, 2023 21:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant