fix(deps): update module github.com/peterbourgon/ff to v4 #9
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.6.1-0.20190916204019-6cd704ec2eeb
->v4.0.0-alpha.4
Release Notes
peterbourgon/ff (github.com/peterbourgon/ff)
v4.0.0-alpha.4
Compare Source
v4.0.0-alpha.3
Compare Source
v4.0.0-alpha.2
Compare Source
v4.0.0-alpha.1
Compare Source
v3.4.0
Compare Source
What's Changed
Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0
v3.3.2
Compare Source
This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @piotrkowalczuk and #103 for the inspiration.
v3.3.1
Compare Source
@abhinav sent in #106 which just improves the DefaultUsageFunc a bit, thanks bud!
v3.3.0
Compare Source
Changes!
What's Changed
New Contributors
Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0
v3.2.0-rc.1
Compare Source
v3.1.2
Compare Source
The rehoming to major version 0 caused problems I was not able to quickly resolve. See #86. This release restores everything to major version 3 until I can resolve those problems.
v3.1.1
Compare Source
v3.1.0
Compare Source
ffyaml now treats
key:
as
instead of an error.
v3.0.0
Compare Source
Version 3.0.0 of packages ff and ffcli contain a few breaking changes.
First, in package ff, the parsing priority has changed. Previously, flags had first priority, then config files, and finally env vars. Now, flags have first priority, then env vars, and finally config files. That is, env vars now have higher Parse priority than config files. This reflects I think a more correct interpretation of their respective semantics: flags are explicit user intent at runtime, env vars are associated with a user session, and config files are static for an entire host.
Second, in package ff, environment variables are no longer split on commas by default. The WithEnvVarIgnoreCommas option has been removed, and replaced with an inverse WithEnvVarSplit option so you can opt-in to splitting env vars on whatever delimiter you like. See #55.
Finally, in package ffcli, if a command is selected as the terminal command, and it doesn't have an Exec function defined, then Parse, Run, and ParseAndRun will return NoExecError instead of nil. This change makes it easier to declare and detect no-op "container" subcommands, which only exist to hold other commands. See #57.
Compliments? Complaints? Dial 1-800-NEW-ISSUE.
v2.0.1
Compare Source
v2.0.0
Compare Source
Several small fixes to package ff, and a more functional package ffcli. Includes a breaking change to ffcli, hence the major version bump: command.Run is renamed to ParseAndRun, and individual Parse and Run methods are added.
v1.7.1
Compare Source
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.