compose-ref
compose-ref copied to clipboard
Bump github.com/urfave/cli/v2 from 2.1.1 to 2.3.0
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps github.com/urfave/cli/v2 from 2.1.1 to 2.3.0.
Release notes
Sourced from github.com/urfave/cli/v2's releases.
Release 2.3.0
These release notes were written for the git hash 09ac54c2f97f4249282baf266c54a09fab1bef58.
Fixed
- Fixed a bug 'Unable to load file' in altsrc in #1086 via @akramarenkov
- Fixed a bug where
App.ErrWriternot being initialized inApp.Setup()in #1100 via @Nokel81- Harmonize BeforeError handling in #1117 via @creekorful
- Fixed a bug where the default value is not set in the
Destinationfield in theStringSliceFlagin #1121 via @sgoroshko- Fixed a bug where the version flag was shown unexpectedly on commands with subcommands in #1153 via @lrioth
- Fixed a bug where the default
StringSlicevalues would be mutated in #1170 via @tych0- Fixed a bug where values set by environment var are not saved to existing stringslice reference in #1178 via @alexcb
- Fixed a bug where fish completion did not respect TakesFile on PathFlags in #1198 via @ErinCall
Changed
- Improved ZSH Autocompletion (List files on tab with no completion options) in #1130 via @oleorhagen
- Improved help text rendering in #1175 via @imle
Added
- Added support for Go 1.14 in #1085 via @lynncyrin
- Added support for Powershell autocompletion in #1139 via @kirinnee
- Added support for using
ValuewithTimeStampflag in #1160 via @vschettino- Added ShowSubcommandHelpAndExit to print help for the given subcommand and exit with exit code in #1183 via @knqyf263
- Expose the constructor of
MapInputSourcetype in #1194 via @igorrius- Added support for a
App.Readerthat defaults toos.Stdinvia #1191 via @stellirinRelease 2.2.0
These release notes were written for the git hash d648edd48d89ef3a841b1ec75c2ebbd4de5f748f
Fixed
- Fixed zsh completion scripts in #1062 via @zhsj
- Fixed description of subcommand to be more consistent in #1054 via @itchyny
- Fixed possible runtime panic in slice parsing in #1049 via @saschagrunert
- Fixed invalid man page header generation in #1041 via @saschagrunert
Changed
- Improved auto-completion instructions and added example gifs in #1059 via @masonj188
- Removed the author from generated man pages in #1041 via @saschagrunert
Added
- Added destination field to StringSliceFlag in #1078 via @davidsbond
- Added HideHelpCommand. While HideHelp hides both help command and --help flag, HideHelpCommand only hides help command and leave --help flag as-is in #1083 via @AkihiroSuda
- Added timestampFlag docs in #997 via @drov0
- Added required flags documentation in #1008 via @lynncyrin, @anberns
Changelog
Sourced from github.com/urfave/cli/v2's changelog.
Change Log
ATTN: This project uses semantic versioning.
Unreleased - 2.X series
View [unreleased 2.X] series changes.
[2.2.0] - 2020-03-08
These release notes were written for the git hash d648edd48d89ef3a841b1ec75c2ebbd4de5f748f
Fixed
- Fixed zsh completion scripts in urfave/cli/pull/1062 via @zhsj
- Fixed description of subcommand to be more consistent in urfave/cli/pull/1054 via @itchyny
- Fixed possible runtime panic in slice parsing in urfave/cli/pull/1049 via @saschagrunert
- Fixed invalid man page header generation in urfave/cli/pull/1041 via @saschagrunert
Changed
- Improved auto-completion instructions and added example gifs in urfave/cli/pull/1059 via @masonj188
- Removed the author from generated man pages in urfave/cli/pull/1041 via @saschagrunert
Added
- Added destination field to
StringSliceFlagin urfave/cli/pull/1078 via @davidsbond- Added
HideHelpCommand. WhileHideHelphides bothhelpcommand and--helpflag,HideHelpCommandonly hideshelpcommand and leave--helpflag as-is in urfave/cli/pull/1083 via @AkihiroSuda- Added timestampFlag docs in urfave/cli/pull/997 via @drov0
- Added required flags documentation in urfave/cli/pull/1008 via @lynncyrin, @anberns
Commits
09ac54cMerge pull request #1175 from imle/imle/add-better-multi-line-description-for...a99b68fMerge pull request #1194 from igorrius/extend-altscr5fed9f1Merge pull request #1188 from theoretick/bump-yaml-to-v2.2.3d89733eMerge pull request #1183 from knqyf263/feat/subcommand_help_and_exit3629eb8Merge pull request #1139 from kirinnee/master3be15f7Merge pull request #1198 from ErinCall/paths-take-files5c8d915Revert "Refactor fishAddFileFlag for better flexibility #1156"c3263d4Merge branch 'master' into paths-take-files7f00501Update altsrc/map_input_source.goe062e73Merge pull request #1173 from zemzale/fix-documentation- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)