Skip to content

Update module github.com/integrii/flaggy to v1.8.0 - #11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-integrii-flaggy-1.x
Open

Update module github.com/integrii/flaggy to v1.8.0#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-integrii-flaggy-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 24, 2022

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/integrii/flaggy v1.4.4v1.8.0 age confidence

Release Notes

integrii/flaggy (github.com/integrii/flaggy)

v1.8.0

Compare Source

What's Changed

Full Changelog: integrii/flaggy@v1.7.1...v1.8.0

v1.7.1

Compare Source

  • Implemented a fix for a rare condition wherein a positional value overlaps a subcommand with the same name.

v1.7.0

Compare Source

This is a follow up v1.7.0 release after rapid re-release of v1.6.0 tag caused go module caching error. This release addresses nearly all known issues and proposed feature additions of Flaggy while retaining a no-dependency policy.

  • Update module to Go 1.25
  • Streamline argument delegation between parsers
  • Clarify benchmark intent and document agent workflow
  • Fixes #​68 - Subcommands and globals are displayed in different help sections on subcommands
  • Refactored help output logic
  • Fixes #​96 - Empty flag causes missing input error
  • Added Fixes #​74 improved alignment on help output
  • Add benchmark tests
  • New gopher logo on README.md
  • Fixes #​98 - add CONTRIBUTING.md

v1.6.0

Compare Source

🎉 First release since May 2022 thanks to AI! 🎉

Disruptive Changes:
  • Slice flags no longer automatically parse slice values with commas into multiple values. To specify multiple values, use the flag multiple times. For example, this will produce one value: ./app -f one,two,three and ./ -f one -f two -f three will produce three values in the slice. #​90
New Features:
  • Adds built-in bash and zsh completion generators. Use completion zsh or completion bash on your app. This is on my default. To disable, use flaggy.DisableCompletion(). #​1
  • Flags can now be sorted alphabetically or reverse alphabetically using SortFlagsByLongName() and SortFlagsByLongNameReversed() #​69
  • Added a Github Action for test validation
  • Added support for all types in the go standard library!
    • []net.IPMask
    • time.Time
    • url.URL
    • net.IPNet
    • net.TCPAddr
    • net.UDPAddr
    • os.FileMode
    • regexp.Regexp
    • time.Location
    • time.Month
    • time.Weekday
    • big.Int
    • big.Rat
    • netip.Addr
    • netip.Prefix
    • netip.AddrPort
    • Base64Bytes ([]byte)
Fixes
  • Fixed #​84 - Unknown arguments supplied when the flag and subcommand have the same value name

Full Changelog: integrii/flaggy@v1.5.2...v1.6.0

v1.5.2

Compare Source

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

Compare Source

What's Changed

New Contributors

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

v1.5.0

Compare Source

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update module github.com/integrii/flaggy to v1.5.0 Update module github.com/integrii/flaggy to v1.5.1 May 15, 2022
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from 2b95191 to b384600 Compare May 15, 2022 18:23
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from b384600 to c726627 Compare June 18, 2022 16:40
@renovate renovate Bot changed the title Update module github.com/integrii/flaggy to v1.5.1 Update module github.com/integrii/flaggy to v1.5.2 Jun 18, 2022
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from c726627 to 6e15a72 Compare September 25, 2022 18:21
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from 6e15a72 to 7be84b0 Compare November 20, 2022 17:13
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from 7be84b0 to 60c4c90 Compare September 17, 2025 06:26
@renovate renovate Bot changed the title Update module github.com/integrii/flaggy to v1.5.2 Update module github.com/integrii/flaggy to v1.6.0 Sep 17, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from 60c4c90 to ed104dd Compare September 20, 2025 09:38
@renovate

renovate Bot commented Sep 20, 2025

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.25

@renovate renovate Bot changed the title Update module github.com/integrii/flaggy to v1.6.0 Update module github.com/integrii/flaggy to v1.7.1 Sep 20, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-integrii-flaggy-1.x branch from ed104dd to 542f800 Compare October 4, 2025 09:12
@renovate renovate Bot changed the title Update module github.com/integrii/flaggy to v1.7.1 Update module github.com/integrii/flaggy to v1.8.0 Oct 4, 2025
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants