compose-ref
compose-ref copied to clipboard
Bump github.com/urfave/cli/v2 from 2.1.1 to 2.4.0
Bumps github.com/urfave/cli/v2 from 2.1.1 to 2.4.0.
Release notes
Sourced from github.com/urfave/cli/v2's releases.
Release 2.4.0
These release notes were written for the git hash https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c.
Fixed
- Fixed incorrect Help Name in #1202 via
@fxrlv- Fixed a bug where
Context.Valuedid not look across all fileSets when looking for a named flag in #1210 via@jcgregorio- Fixed an issue with flags being set by parent context's (
IntSlice,Int64Slice) in #1214 via@anicoll- Fixed a bug where
App.Readerwas not correctly propagated to the subcommands in #1225 via@Coderlane- Fixed example code input arguments in #1226 via
@Coderlane- Fixed a bug where default value would changed when parsing slice flags in #1236 via
@vipally- Fixed a bug where slice flag values don't append default values from ENV or a file in #1239 via
@vipally- Fixed indentation on help text in #1279 via
@rliebz- Fixed a Go 1.17 compatibility issue for a test case in #1277 via
@GlenPickle- Fixed a nil pointer panic when getting cli/context flagSet in UsageError function in #1327 via
@WUST-mengqinyu- Fix
strconv.ParseFloatusage in #1335 via@kolyshkin- Improve handling of file flags in #1336 via
@kolyshkinChanged
- Improve help text for Slice flags in #1208 via
@Madhur1997- Update GitHub actions in #1212 via
@jcgregorio- Fix typo in documentation in #1216 via
@wgumenyuk- Improve Man Page in #1227 via
@bobuhiro11- Remove duplicate comment in #1232 via
@corburn- Improve how UsageText appears when viewing help from subcommands in #1255 via
@cpacifying- Remove reflect calls for Hidden flags feature in #1258 via
@dearchap- Refactor and Cleanup context in #1264 via
@dearchap- Fix grammatical error in documentation in #1281 via
@imaskm- Improve documentation in #1304 via
@JayCeeJr- Improve Man Page in #1311 via
@jolheiser- Improve migration documentation in #1317 via
@tlimoncelli- Improve migration documentation in #1319 via
@mritunjaysharma394- Fixed assertion function in test cases in #1320 via
@anthonyfok- Update markdown library dependency in #3121 via
@anthonyfok- Update yaml library dependency in #1326 via
@mildaniel- Remove useless variable declaration in #1330 via
@chenxiao-zhao- Improve migration documentation in #1340 via
@infraredgirlAdded
- Added support for Go 1.15 in #1200 via
@asahasrabuddhe- Add link to pkg.go.dev in manual.md in #1207 via
@bbkane- Add link to GoDoc for v2 in #1228 via
@zwass- Add
Destinationfield to theTimeStampflag in #1251 via@davidsbond- Add support for Go 1.16 in #1270 via
@rliebz- Add description and usage text in generated documentation in #1287 via
@subpop- Add support for Go 1.17 in #1323 via
@rliebzRelease 2.3.0
... (truncated)
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
@saschagrunertChanged
- 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
@saschagrunertAdded
- 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
7b2e609Small fixes to the v2 migration guide (#1340)81cb783Fix strconv.ParseFloat usage (#1335)3df9a3cDon't call open("") (#1336)1bf639bremove useless variable declarations (#1330)175bb87Bump yaml.v2 version to 2.2.8 (#1326)5d61a2fBump Go version range in CI to 1.15-1.17 (#1323)e855c4cfix: Nil pointer when getting context's flagSet(#1325) (#1327)c2cf7edBump github.com/cpuguy83/go-md2man/v2 to v2.0.1 (#1321)a7d5984Fix reversed Got/Expected in expectFileContent in docs_test.go (#1320)9afa074docs: Added some deprecated parts in migrating to v2 (#1319)- 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)