Update module github.com/integrii/flaggy to v1.8.0 - #11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
May 15, 2022 18:23
2b95191 to
b384600
Compare
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
June 18, 2022 16:40
b384600 to
c726627
Compare
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
September 25, 2022 18:21
c726627 to
6e15a72
Compare
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
November 20, 2022 17:13
6e15a72 to
7be84b0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
September 17, 2025 06:26
7be84b0 to
60c4c90
Compare
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
September 20, 2025 09:38
60c4c90 to
ed104dd
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-integrii-flaggy-1.x
branch
from
October 4, 2025 09:12
ed104dd to
542f800
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.4→v1.8.0Release Notes
integrii/flaggy (github.com/integrii/flaggy)
v1.8.0Compare Source
What's Changed
Full Changelog: integrii/flaggy@v1.7.1...v1.8.0
v1.7.1Compare Source
v1.7.0Compare 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.
v1.6.0Compare Source
🎉 First release since May 2022 thanks to AI! 🎉
Disruptive Changes:
./app -f one,two,threeand./ -f one -f two -f threewill produce three values in the slice. #90New Features:
completion zshorcompletion bashon your app. This is on my default. To disable, useflaggy.DisableCompletion(). #1SortFlagsByLongName()andSortFlagsByLongNameReversed()#69• []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
Full Changelog: integrii/flaggy@v1.5.2...v1.6.0
v1.5.2Compare 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 settingflaggy.ShowHelpOnUnexpectedDisable()and then parsing the[]stringatflaggy.TrailingArguments. For more details, see Issue #79v1.5.1Compare Source
What's Changed
New Contributors
Full Changelog: integrii/flaggy@v1.5.0...v1.5.1
v1.5.0Compare Source
Important! A build error snuck into this release. Please use v1.5.1!
What's Changed
TrailingSubcommand()method to find the last subcommand used by parsers @mattwiller in #75Thank you to our new contributors! 🎉
Full Changelog: integrii/flaggy@v1.4.4...v1.5.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.