sapcc / mosquitto-exporter

Prometheus metrics exporter for the Mosquitto message broker
Apache License 2.0
128 stars 60 forks source link

Update module github.com/codegangsta/cli to v3 #53

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/codegangsta/cli v1.20.1-0.20170813145949-f017f86fccc5 -> v3.0.0-alpha9 age adoption passing confidence

Release Notes

codegangsta/cli (github.com/codegangsta/cli) ### [`v3.0.0-alpha9`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha9) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha8...v3.0.0-alpha9) #### What's Changed - Fix:(issue\_1607) Allow exporting command and arguments/options to json by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1855](https://togithub.com/urfave/cli/pull/1855) - Adjust code style by [@​yassinebenaid](https://togithub.com/yassinebenaid) in [https://github.com/urfave/cli/pull/1862](https://togithub.com/urfave/cli/pull/1862) - Missing arg can cause a panic by [@​joshfrench](https://togithub.com/joshfrench) in [https://github.com/urfave/cli/pull/1864](https://togithub.com/urfave/cli/pull/1864) - Include mutually exclusive flags in help text by [@​joshfrench](https://togithub.com/joshfrench) in [https://github.com/urfave/cli/pull/1863](https://togithub.com/urfave/cli/pull/1863) #### New Contributors - [@​yassinebenaid](https://togithub.com/yassinebenaid) made their first contribution in [https://github.com/urfave/cli/pull/1862](https://togithub.com/urfave/cli/pull/1862) - [@​joshfrench](https://togithub.com/joshfrench) made their first contribution in [https://github.com/urfave/cli/pull/1864](https://togithub.com/urfave/cli/pull/1864) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha8...v3.0.0-alpha9 ### [`v3.0.0-alpha8`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha8) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha7...v3.0.0-alpha8) #### What's Changed - Fix:(issue\_1838) Use primary name for required flag error by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1839](https://togithub.com/urfave/cli/pull/1839) - Fix:(issue\_1842) Make value source chain more user friendly by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1849](https://togithub.com/urfave/cli/pull/1849) - Fix:(issue\_1695) Change tests to use assert and require by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1853](https://togithub.com/urfave/cli/pull/1853) - Backport Show non categorized flags with categorized on help by [@​jetexe](https://togithub.com/jetexe) in [https://github.com/urfave/cli/pull/1854](https://togithub.com/urfave/cli/pull/1854) #### New Contributors - [@​jetexe](https://togithub.com/jetexe) made their first contribution in [https://github.com/urfave/cli/pull/1854](https://togithub.com/urfave/cli/pull/1854) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha7...v3.0.0-alpha8 ### [`v3.0.0-alpha7`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha7) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha6...v3.0.0-alpha7) #### What's Changed - Fix:(issue\_1826) Make IsSet work with persistent flags by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1827](https://togithub.com/urfave/cli/pull/1827) - Chore:(v3\_docs) Initial rev for v3 docs by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1828](https://togithub.com/urfave/cli/pull/1828) - Docs: Add link to v3 by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1832](https://togithub.com/urfave/cli/pull/1832) - Feat:(issue\_1074) Add basic support for cmd args by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1833](https://togithub.com/urfave/cli/pull/1833) - Fix:(issue\_1720) Add support for reading args from stdin by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1836](https://togithub.com/urfave/cli/pull/1836) - Fix:(issue\_1834) Add check for persistent required flags by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1835](https://togithub.com/urfave/cli/pull/1835) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha6...v3.0.0-alpha7 ### [`v3.0.0-alpha6`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha6) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha5...v3.0.0-alpha6) #### What's Changed - Fix timestamp get from cmd by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1831](https://togithub.com/urfave/cli/pull/1831) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha5...v3.0.0-alpha6 ### [`v3.0.0-alpha5`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha5) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha4...v3.0.0-alpha5) #### What's Changed - Collapse `uint` and `uint64` flag types by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1768](https://togithub.com/urfave/cli/pull/1768) - Rename `float64` types from `Float64` to `Float` by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1773](https://togithub.com/urfave/cli/pull/1773) - Chore: Rename mkdocs requirements file name by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1777](https://togithub.com/urfave/cli/pull/1777) - Feature: Add frogbot workflow by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1778](https://togithub.com/urfave/cli/pull/1778) - Update frogbot-scan-and-fix.yml by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1782](https://togithub.com/urfave/cli/pull/1782) - Remove markdown/man docs support by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1779](https://togithub.com/urfave/cli/pull/1779) - Refactor numberOfMissingFlags remove by [@​seipan](https://togithub.com/seipan) in [https://github.com/urfave/cli/pull/1783](https://togithub.com/urfave/cli/pull/1783) - Replace fmt.Sprintf's with strconv.Format's by [@​austinvazquez](https://togithub.com/austinvazquez) in [https://github.com/urfave/cli/pull/1786](https://togithub.com/urfave/cli/pull/1786) - Feature: Add support for validation functions by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1785](https://togithub.com/urfave/cli/pull/1785) - Collapse `Context` into `Command` by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1784](https://togithub.com/urfave/cli/pull/1784) - Remove duplicate mkdocs requirements file by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1790](https://togithub.com/urfave/cli/pull/1790) - Fix nil HelpFlag panic (v3) by [@​wxiaoguang](https://togithub.com/wxiaoguang) in [https://github.com/urfave/cli/pull/1796](https://togithub.com/urfave/cli/pull/1796) - Make v3 examples runnable on pkg.go.dev by [@​matthewdale](https://togithub.com/matthewdale) in [https://github.com/urfave/cli/pull/1812](https://togithub.com/urfave/cli/pull/1812) - Remove redundant nil check in `LocalFlagNames` by [@​Juneezee](https://togithub.com/Juneezee) in [https://github.com/urfave/cli/pull/1815](https://togithub.com/urfave/cli/pull/1815) - Fix:(issue\_1814) Fix completions for subcommands by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1824](https://togithub.com/urfave/cli/pull/1824) #### New Contributors - [@​seipan](https://togithub.com/seipan) made their first contribution in [https://github.com/urfave/cli/pull/1783](https://togithub.com/urfave/cli/pull/1783) - [@​austinvazquez](https://togithub.com/austinvazquez) made their first contribution in [https://github.com/urfave/cli/pull/1786](https://togithub.com/urfave/cli/pull/1786) - [@​matthewdale](https://togithub.com/matthewdale) made their first contribution in [https://github.com/urfave/cli/pull/1812](https://togithub.com/urfave/cli/pull/1812) - [@​Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/urfave/cli/pull/1815](https://togithub.com/urfave/cli/pull/1815) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha4...v3.0.0-alpha5 ### [`v3.0.0-alpha4`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha4) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha3...v3.0.0-alpha4) #### What's Changed - Add some clarity around available versions and level of support by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1744](https://togithub.com/urfave/cli/pull/1744) - Feat: Add value source by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1745](https://togithub.com/urfave/cli/pull/1745) - Fix:(issue\_1644) Run persistent flag action by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1742](https://togithub.com/urfave/cli/pull/1742) - Document slice flags as part of examples (v3) by [@​carhartl](https://togithub.com/carhartl) in [https://github.com/urfave/cli/pull/1750](https://togithub.com/urfave/cli/pull/1750) - Consolidate all `App` code into `Command` by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1746](https://togithub.com/urfave/cli/pull/1746) - Output usage errors to ErrWriter by [@​kke](https://togithub.com/kke) in [https://github.com/urfave/cli/pull/1758](https://togithub.com/urfave/cli/pull/1758) - Some docs housekeeping and minor cleanups by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1752](https://togithub.com/urfave/cli/pull/1752) - Reworking value source API by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1760](https://togithub.com/urfave/cli/pull/1760) - Collapse `int64` and `int` flag types by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1765](https://togithub.com/urfave/cli/pull/1765) #### New Contributors - [@​kke](https://togithub.com/kke) made their first contribution in [https://github.com/urfave/cli/pull/1758](https://togithub.com/urfave/cli/pull/1758) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha3...v3.0.0-alpha4 ### [`v3.0.0-alpha3`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha3): Release 3.0.0-alpha3 [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha2...v3.0.0-alpha3) #### What's Changed - Fix some issues in bash autocompletion by [@​MrNaif2018](https://togithub.com/MrNaif2018) in [https://github.com/urfave/cli/pull/1674](https://togithub.com/urfave/cli/pull/1674) - Adjust sub-command template to properly output sub-sub-command placeholder. by [@​aryounce](https://togithub.com/aryounce) in [https://github.com/urfave/cli/pull/1683](https://togithub.com/urfave/cli/pull/1683) - Clean up some documentation by [@​docwhat](https://togithub.com/docwhat) in [https://github.com/urfave/cli/pull/1688](https://togithub.com/urfave/cli/pull/1688) - Shift tested Go versions by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1691](https://togithub.com/urfave/cli/pull/1691) - Updated badges for v3 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1665](https://togithub.com/urfave/cli/pull/1665) - Fix linting issues by [@​skelouse](https://togithub.com/skelouse) in [https://github.com/urfave/cli/pull/1694](https://togithub.com/urfave/cli/pull/1694) - v3 Add integration with golangci-lint by [@​skelouse](https://togithub.com/skelouse) in [https://github.com/urfave/cli/pull/1697](https://togithub.com/urfave/cli/pull/1697) - Add makezero linter by [@​avorima](https://togithub.com/avorima) in [https://github.com/urfave/cli/pull/1705](https://togithub.com/urfave/cli/pull/1705) - fix some broken links in docs by [@​doooks](https://togithub.com/doooks) in [https://github.com/urfave/cli/pull/1698](https://togithub.com/urfave/cli/pull/1698) - Feat: Added tabular markdown writer by [@​tarampampam](https://togithub.com/tarampampam) in [https://github.com/urfave/cli/pull/1722](https://togithub.com/urfave/cli/pull/1722) #### New Contributors - [@​aryounce](https://togithub.com/aryounce) made their first contribution in [https://github.com/urfave/cli/pull/1683](https://togithub.com/urfave/cli/pull/1683) - [@​docwhat](https://togithub.com/docwhat) made their first contribution in [https://github.com/urfave/cli/pull/1688](https://togithub.com/urfave/cli/pull/1688) - [@​doooks](https://togithub.com/doooks) made their first contribution in [https://github.com/urfave/cli/pull/1698](https://togithub.com/urfave/cli/pull/1698) - [@​tarampampam](https://togithub.com/tarampampam) made their first contribution in [https://github.com/urfave/cli/pull/1722](https://togithub.com/urfave/cli/pull/1722) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha2...v3.0.0-alpha3 ### [`v3.0.0-alpha2`](https://togithub.com/urfave/cli/releases/tag/v3.0.0-alpha2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v3.0.0-alpha...v3.0.0-alpha2) #### What's Changed - Merging main to v3 dev main by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1437](https://togithub.com/urfave/cli/pull/1437) - Target minimum go 1.18 in v3-dev-main by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1438](https://togithub.com/urfave/cli/pull/1438) - Collapse flag interface by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1471](https://togithub.com/urfave/cli/pull/1471) - Turn off docs publishing from v3 series by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1511](https://togithub.com/urfave/cli/pull/1511) - Bump declared module and internal usage to `/v3/` by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1494](https://togithub.com/urfave/cli/pull/1494) - Porting to v3 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1510](https://togithub.com/urfave/cli/pull/1510) - Revert "Remove all flag interfaces" by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1517](https://togithub.com/urfave/cli/pull/1517) - Porting changes from `main` to `v3-dev-main` (circa 2022-10-09) by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1525](https://togithub.com/urfave/cli/pull/1525) - Porting `main` to `v3-dev-main` circa 2022-11-06 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1569](https://togithub.com/urfave/cli/pull/1569) - Update branch explanations and semver-ish automation by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1572](https://togithub.com/urfave/cli/pull/1572) - Update GitHub Actions events for v3 mode by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1575](https://togithub.com/urfave/cli/pull/1575) - Remove local altsrc and references by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1576](https://togithub.com/urfave/cli/pull/1576) - Remove App.Compiled by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1579](https://togithub.com/urfave/cli/pull/1579) - Fix: Nested help command has a incorrect HelpName by [@​remiposo](https://togithub.com/remiposo) in [https://github.com/urfave/cli/pull/1581](https://togithub.com/urfave/cli/pull/1581) - Allow disabling slice flag separator by [@​feedmeapples](https://togithub.com/feedmeapples) in [https://github.com/urfave/cli/pull/1582](https://togithub.com/urfave/cli/pull/1582) - Fix spacing in godoc by [@​feedmeapples](https://togithub.com/feedmeapples) in [https://github.com/urfave/cli/pull/1589](https://togithub.com/urfave/cli/pull/1589) - First cut at using generics for base flag types by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1512](https://togithub.com/urfave/cli/pull/1512) - Feature: Add support for persistent flags by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1568](https://togithub.com/urfave/cli/pull/1568) - Run linter fixes + go mod tidy by [@​marwan-at-work](https://togithub.com/marwan-at-work) in [https://github.com/urfave/cli/pull/1596](https://togithub.com/urfave/cli/pull/1596) - Remove flag type generation code by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1598](https://togithub.com/urfave/cli/pull/1598) - Feat: Convert filepath in Flag to string slice by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1601](https://togithub.com/urfave/cli/pull/1601) - Rename `Command.Subcommands` :arrow_right: `Command.Commands` by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1603](https://togithub.com/urfave/cli/pull/1603) - Fix comment about helpCommand Action by [@​yyamanoi1222](https://togithub.com/yyamanoi1222) in [https://github.com/urfave/cli/pull/1605](https://togithub.com/urfave/cli/pull/1605) - Add usage example for `urfave_cli_no_docs` flag by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/urfave/cli/pull/1604](https://togithub.com/urfave/cli/pull/1604) - Update and rename v2-feature-request.md to v3-feature-request.md by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/urfave/cli/pull/1613](https://togithub.com/urfave/cli/pull/1613) - Add example output to getting-started by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/urfave/cli/pull/1611](https://togithub.com/urfave/cli/pull/1611) - Replace `v1` with `v2-maint` in RELEASING.md by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/urfave/cli/pull/1614](https://togithub.com/urfave/cli/pull/1614) - Cleanup: Rename IsSliceValue to IsMultiValue by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1615](https://togithub.com/urfave/cli/pull/1615) - Add StringMap flag by [@​avorima](https://togithub.com/avorima) in [https://github.com/urfave/cli/pull/1590](https://togithub.com/urfave/cli/pull/1590) - Feature:(issue\_351) Add support for generation of shell completion sc… by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1606](https://togithub.com/urfave/cli/pull/1606) - Cleanup: Removed deprecated funcs by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1624](https://togithub.com/urfave/cli/pull/1624) - Remove `NewApp` func by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1626](https://togithub.com/urfave/cli/pull/1626) - Move suggestion-related code to suggestions.go by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1628](https://togithub.com/urfave/cli/pull/1628) - Allow `any` instead of custom `*Author` type by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1630](https://togithub.com/urfave/cli/pull/1630) - Fix:(issue\_1623) Send error to stderr instead of stdout by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1629](https://togithub.com/urfave/cli/pull/1629) - Feature:(issue\_1222) Add support for mutually exclusive groups by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1631](https://togithub.com/urfave/cli/pull/1631) - Feature:(issue\_1071) Add check for duplicated flags by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1636](https://togithub.com/urfave/cli/pull/1636) - Revert "Feature:(issue\_1071) Add check for duplicated flags" by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1637](https://togithub.com/urfave/cli/pull/1637) - Fix:(issue\_1071) Add support for duplicated flag check by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1638](https://togithub.com/urfave/cli/pull/1638) - Feature:(issue\_1215) Allow calling commands by shorthand by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1635](https://togithub.com/urfave/cli/pull/1635) - Create an inverseBoolFlag by [@​skelouse](https://togithub.com/skelouse) in [https://github.com/urfave/cli/pull/1643](https://togithub.com/urfave/cli/pull/1643) - Doc:(issue\_1593) Add flag category topic in docs by [@​ovcharenko-di](https://togithub.com/ovcharenko-di) in [https://github.com/urfave/cli/pull/1651](https://togithub.com/urfave/cli/pull/1651) - Revert "Doc:(issue\_1593) Add flag category topic in docs" by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1652](https://togithub.com/urfave/cli/pull/1652) #### New Contributors - [@​yyamanoi1222](https://togithub.com/yyamanoi1222) made their first contribution in [https://github.com/urfave/cli/pull/1605](https://togithub.com/urfave/cli/pull/1605) - [@​avorima](https://togithub.com/avorima) made their first contribution in [https://github.com/urfave/cli/pull/1590](https://togithub.com/urfave/cli/pull/1590) - [@​skelouse](https://togithub.com/skelouse) made their first contribution in [https://github.com/urfave/cli/pull/1643](https://togithub.com/urfave/cli/pull/1643) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.4...v3.0.0-alpha2 ### [`v3.0.0-alpha`](https://togithub.com/codegangsta/cli/compare/v2.27.4...v3.0.0-alpha) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.27.4...v3.0.0-alpha) ### [`v2.27.4`](https://togithub.com/urfave/cli/releases/tag/v2.27.4) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.27.3...v2.27.4) #### What's Changed - Fix:(issue\_1962) Fix tests failing on 32 bit architectures by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1963](https://togithub.com/urfave/cli/pull/1963) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4 ### [`v2.27.3`](https://togithub.com/urfave/cli/releases/tag/v2.27.3) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.27.2...v2.27.3) #### What's Changed - v2 Docs: Mention value from env as default value by [@​sj14](https://togithub.com/sj14) in [https://github.com/urfave/cli/pull/1910](https://togithub.com/urfave/cli/pull/1910) - Bump github.com/xrash/smetrics dependency by [@​elezar](https://togithub.com/elezar) in [https://github.com/urfave/cli/pull/1911](https://togithub.com/urfave/cli/pull/1911) - fix: disable bash completion if double dash is included in arguments (v2) by [@​suzuki-shunsuke](https://togithub.com/suzuki-shunsuke) in [https://github.com/urfave/cli/pull/1938](https://togithub.com/urfave/cli/pull/1938) - Fix improper whitespace formatting in usageTemplate, AppHelpTemplate … by [@​caeret](https://togithub.com/caeret) in [https://github.com/urfave/cli/pull/1947](https://togithub.com/urfave/cli/pull/1947) #### New Contributors - [@​sj14](https://togithub.com/sj14) made their first contribution in [https://github.com/urfave/cli/pull/1910](https://togithub.com/urfave/cli/pull/1910) - [@​elezar](https://togithub.com/elezar) made their first contribution in [https://github.com/urfave/cli/pull/1911](https://togithub.com/urfave/cli/pull/1911) - [@​caeret](https://togithub.com/caeret) made their first contribution in [https://github.com/urfave/cli/pull/1947](https://togithub.com/urfave/cli/pull/1947) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.2...v2.27.3 ### [`v2.27.2`](https://togithub.com/urfave/cli/releases/tag/v2.27.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.27.1...v2.27.2) #### What's Changed - Cleanup: Remove unnecessary intermediate variables by [@​1ambd4](https://togithub.com/1ambd4) in [https://github.com/urfave/cli/pull/1857](https://togithub.com/urfave/cli/pull/1857) - Docs:(issue\_1866) Fix documentation on filepath vs env preference by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1867](https://togithub.com/urfave/cli/pull/1867) - Fix:(issue\_1860) Remove hidden flags from flag categories by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1868](https://togithub.com/urfave/cli/pull/1868) - Fix repeated \[arguments...] in usage template in v2 by [@​edeustua](https://togithub.com/edeustua) in [https://github.com/urfave/cli/pull/1872](https://togithub.com/urfave/cli/pull/1872) - Update dependencies, actions steps, and usage for v2-maint by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1888](https://togithub.com/urfave/cli/pull/1888) #### New Contributors - [@​1ambd4](https://togithub.com/1ambd4) made their first contribution in [https://github.com/urfave/cli/pull/1857](https://togithub.com/urfave/cli/pull/1857) - [@​edeustua](https://togithub.com/edeustua) made their first contribution in [https://github.com/urfave/cli/pull/1872](https://togithub.com/urfave/cli/pull/1872) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2 ### [`v2.27.1`](https://togithub.com/urfave/cli/releases/tag/v2.27.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.27.0...v2.27.1) #### What's Changed - v2: Add build tag urfave_cli_no_suggest by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/urfave/cli/pull/1847](https://togithub.com/urfave/cli/pull/1847) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1 ### [`v2.27.0`](https://togithub.com/urfave/cli/releases/tag/v2.27.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.26.0...v2.27.0) #### What's Changed - v2 Add integration with golangci-lint by [@​skelouse](https://togithub.com/skelouse) in [https://github.com/urfave/cli/pull/1830](https://togithub.com/urfave/cli/pull/1830) - v2: GitHub Actions: upgrade Go, upgrade actions by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/urfave/cli/pull/1848](https://togithub.com/urfave/cli/pull/1848) - Feat:(issue\_1797) Add Args for app/cmd/subcmd to avoid argument... be… by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1829](https://togithub.com/urfave/cli/pull/1829) - Fix:(issue\_1850) Add RunAction for uint/uint64 slice flags by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1851](https://togithub.com/urfave/cli/pull/1851) **Full Changelog**: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0 ### [`v2.26.0`](https://togithub.com/urfave/cli/releases/tag/v2.26.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.7...v2.26.0) #### What's Changed - Bash completion nits by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1762](https://togithub.com/urfave/cli/pull/1762) - Chore: Rename mkdocs requirements file name by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1776](https://togithub.com/urfave/cli/pull/1776) - Fix:(issue\_1787) Add fix for commands not listed when hide help comma… by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1788](https://togithub.com/urfave/cli/pull/1788) - Fix nil HelpFlag panic (v2) by [@​wxiaoguang](https://togithub.com/wxiaoguang) in [https://github.com/urfave/cli/pull/1795](https://togithub.com/urfave/cli/pull/1795) - Always get 0 for a nested int64 value in v2.25.7 by [@​stephenfire](https://togithub.com/stephenfire) in [https://github.com/urfave/cli/pull/1799](https://togithub.com/urfave/cli/pull/1799) - Helper messages for documenting build process by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/urfave/cli/pull/1800](https://togithub.com/urfave/cli/pull/1800) - fix: check duplicated sub command name and alias by [@​linrl3](https://togithub.com/linrl3) in [https://github.com/urfave/cli/pull/1805](https://togithub.com/urfave/cli/pull/1805) - Fix:(issue\_1689) Have consistent behavior for default text in man and… by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1825](https://togithub.com/urfave/cli/pull/1825) - Fix linting issues by [@​skelouse](https://togithub.com/skelouse) in [https://github.com/urfave/cli/pull/1696](https://togithub.com/urfave/cli/pull/1696) #### New Contributors - [@​stephenfire](https://togithub.com/stephenfire) made their first contribution in [https://github.com/urfave/cli/pull/1799](https://togithub.com/urfave/cli/pull/1799) - [@​linrl3](https://togithub.com/linrl3) made their first contribution in [https://github.com/urfave/cli/pull/1805](https://togithub.com/urfave/cli/pull/1805) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0 ### [`v2.25.7`](https://togithub.com/urfave/cli/releases/tag/v2.25.7) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.6...v2.25.7) #### What's Changed - Fix: fix v2 broken tests by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1757](https://togithub.com/urfave/cli/pull/1757) - Fix:(issue\_1755) Ensure that timestamp flag destination is set correctly by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1756](https://togithub.com/urfave/cli/pull/1756) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.6...v2.25.7 ### [`v2.25.6`](https://togithub.com/urfave/cli/releases/tag/v2.25.6) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.5...v2.25.6) #### What's Changed - Fix:(issue\_1668) Add test case for sub command of sub command completion by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1747](https://togithub.com/urfave/cli/pull/1747) - Update dependencies for v2 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1749](https://togithub.com/urfave/cli/pull/1749) - Document slice flags as part of examples (v2) by [@​carhartl](https://togithub.com/carhartl) in [https://github.com/urfave/cli/pull/1751](https://togithub.com/urfave/cli/pull/1751) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.5...v2.25.6 ### [`v2.25.5`](https://togithub.com/urfave/cli/releases/tag/v2.25.5) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.4...v2.25.5) #### What's Changed - Fix:(issue\_1737) Set bool count by taking care of num of aliases by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1740](https://togithub.com/urfave/cli/pull/1740) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5 ### [`v2.25.4`](https://togithub.com/urfave/cli/releases/tag/v2.25.4) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.3...v2.25.4) #### What's Changed - Bug/fix issue 1703 by [@​jojje](https://togithub.com/jojje) in [https://github.com/urfave/cli/pull/1728](https://togithub.com/urfave/cli/pull/1728) - Fix:(issue\_1734) Show categories for subcommands by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1735](https://togithub.com/urfave/cli/pull/1735) - Fix:(issue\_1610). Keep RunAsSubcommand behaviour as before by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1736](https://togithub.com/urfave/cli/pull/1736) - Fix:(issue\_1731) Add fix for checking if aliases are set by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1732](https://togithub.com/urfave/cli/pull/1732) - Fix func name referenced in doc comment by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1738](https://togithub.com/urfave/cli/pull/1738) #### New Contributors - [@​jojje](https://togithub.com/jojje) made their first contribution in [https://github.com/urfave/cli/pull/1728](https://togithub.com/urfave/cli/pull/1728) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4 ### [`v2.25.3`](https://togithub.com/urfave/cli/releases/tag/v2.25.3) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.2...v2.25.3) #### What's Changed - Fix `incorrectTypeForFlagError` for unknowns by [@​danhunsaker](https://togithub.com/danhunsaker) in [https://github.com/urfave/cli/pull/1708](https://togithub.com/urfave/cli/pull/1708) #### New Contributors - [@​danhunsaker](https://togithub.com/danhunsaker) made their first contribution in [https://github.com/urfave/cli/pull/1708](https://togithub.com/urfave/cli/pull/1708) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.2...v2.25.3 ### [`v2.25.2`](https://togithub.com/urfave/cli/releases/tag/v2.25.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.1...v2.25.2) #### What's Changed - Fix missing required flag error uses flag name and not alias by [@​nirhaas](https://togithub.com/nirhaas) in [https://github.com/urfave/cli/pull/1709](https://togithub.com/urfave/cli/pull/1709) - Remove redundant variable declarations by [@​huiyifyj](https://togithub.com/huiyifyj) in [https://github.com/urfave/cli/pull/1714](https://togithub.com/urfave/cli/pull/1714) - Fix:(issue 1689) Match markdown output with help output by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1723](https://togithub.com/urfave/cli/pull/1723) #### New Contributors - [@​nirhaas](https://togithub.com/nirhaas) made their first contribution in [https://github.com/urfave/cli/pull/1709](https://togithub.com/urfave/cli/pull/1709) - [@​huiyifyj](https://togithub.com/huiyifyj) made their first contribution in [https://github.com/urfave/cli/pull/1714](https://togithub.com/urfave/cli/pull/1714) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2 ### [`v2.25.1`](https://togithub.com/urfave/cli/releases/tag/v2.25.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.25.0...v2.25.1) #### What's Changed - Shift tested Go versions in v2-maint by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1692](https://togithub.com/urfave/cli/pull/1692) - Preserve separator spec on subcommands by [@​thschmitt](https://togithub.com/thschmitt) in [https://github.com/urfave/cli/pull/1710](https://togithub.com/urfave/cli/pull/1710) #### New Contributors - [@​thschmitt](https://togithub.com/thschmitt) made their first contribution in [https://github.com/urfave/cli/pull/1710](https://togithub.com/urfave/cli/pull/1710) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.0...v2.25.1 ### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.24.4...v2.25.0) #### What's Changed - Drop support for Go versions before 1.18 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667) - add Integer type casting when loading yaml file by [@​kjeom](https://togithub.com/kjeom) in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) #### New Contributors - [@​kjeom](https://togithub.com/kjeom) made their first contribution in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.4...v2.25.0 ### [`v2.24.4`](https://togithub.com/urfave/cli/releases/tag/v2.24.4) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.24.3...v2.24.4) #### What's Changed - Deprecation of package ioutil in Go 1.16 by [@​ArangoGutierrez](https://togithub.com/ArangoGutierrez) in [https://github.com/urfave/cli/pull/1678](https://togithub.com/urfave/cli/pull/1678) - Backport \[v2]: Fix some issues in bash autocompletion by [@​MrNaif2018](https://togithub.com/MrNaif2018) in [https://github.com/urfave/cli/pull/1676](https://togithub.com/urfave/cli/pull/1676) #### New Contributors - [@​ArangoGutierrez](https://togithub.com/ArangoGutierrez) made their first contribution in [https://github.com/urfave/cli/pull/1678](https://togithub.com/urfave/cli/pull/1678) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.3...v2.24.4 ### [`v2.24.3`](https://togithub.com/urfave/cli/releases/tag/v2.24.3) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.24.2...v2.24.3) #### What's Changed - Make trim space optional by [@​palsivertsen](https://togithub.com/palsivertsen) in [https://github.com/urfave/cli/pull/1675](https://togithub.com/urfave/cli/pull/1675) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.2...v2.24.3 ### [`v2.24.2`](https://togithub.com/urfave/cli/releases/tag/v2.24.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.24.1...v2.24.2) #### What's Changed - Update README badges for v2 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1664](https://togithub.com/urfave/cli/pull/1664) - Target two most recent Go versions in v2 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1666](https://togithub.com/urfave/cli/pull/1666) - flag: remove dependencies on shared variables by [@​zllovesuki](https://togithub.com/zllovesuki) in [https://github.com/urfave/cli/pull/1671](https://togithub.com/urfave/cli/pull/1671) - Show non categorized flags with categorized on help by [@​skelouse](https://togithub.com/skelouse) in [https://github.com/urfave/cli/pull/1673](https://togithub.com/urfave/cli/pull/1673) #### New Contributors - [@​zllovesuki](https://togithub.com/zllovesuki) made their first contribution in [https://github.com/urfave/cli/pull/1671](https://togithub.com/urfave/cli/pull/1671) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.1...v2.24.2 ### [`v2.24.1`](https://togithub.com/urfave/cli/releases/tag/v2.24.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.24.0...v2.24.1) #### What's Changed - Fix v2 docs by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1655](https://togithub.com/urfave/cli/pull/1655) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.0...v2.24.1 ### [`v2.24.0`](https://togithub.com/urfave/cli/releases/tag/v2.24.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.10...v2.24.0) #### What's Changed - Fix:(issue\_1592) Add support for float64slice, uint, int, int64 for a… by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1647](https://togithub.com/urfave/cli/pull/1647) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.10...v2.24.0 ### [`v2.23.10`](https://togithub.com/urfave/cli/releases/tag/v2.23.10) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.9...v2.23.10) #### What's Changed - Doc:(issue\_1593) Add flag category topic in docs (v2-maint) by [@​ovcharenko-di](https://togithub.com/ovcharenko-di) in [https://github.com/urfave/cli/pull/1653](https://togithub.com/urfave/cli/pull/1653) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.9...v2.23.10 ### [`v2.23.9`](https://togithub.com/urfave/cli/releases/tag/v2.23.9) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.8...v2.23.9) #### What's Changed - Fixes [urfave#1648](https://togithub.com/urfave/cli/issues/1648) by [@​palsivertsen](https://togithub.com/palsivertsen) in [https://github.com/urfave/cli/pull/1649](https://togithub.com/urfave/cli/pull/1649) #### New Contributors - [@​palsivertsen](https://togithub.com/palsivertsen) made their first contribution in [https://github.com/urfave/cli/pull/1649](https://togithub.com/urfave/cli/pull/1649) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.8...v2.23.9 ### [`v2.23.8`](https://togithub.com/urfave/cli/releases/tag/v2.23.8) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.7...v2.23.8) #### What's Changed - Fix:(issue\_1277) Remove default text for version/help flags by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1633](https://togithub.com/urfave/cli/pull/1633) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.7...v2.23.8 ### [`v2.23.7`](https://togithub.com/urfave/cli/releases/tag/v2.23.7) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.6...v2.23.7) #### What's Changed - Fix:(issue\_1617) Fix Bash completion for subcommands by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1618](https://togithub.com/urfave/cli/pull/1618) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.6...v2.23.7 ### [`v2.23.6`](https://togithub.com/urfave/cli/releases/tag/v2.23.6) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.5...v2.23.6) #### What's Changed - Disable slice flag separator by [@​feedmeapples](https://togithub.com/feedmeapples) in [https://github.com/urfave/cli/pull/1588](https://togithub.com/urfave/cli/pull/1588) - Fix:(issue\_1591) Use AppHelpTemplate instead of subcommand help template by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1608](https://togithub.com/urfave/cli/pull/1608) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.5...v2.23.6 ### [`v2.23.5`](https://togithub.com/urfave/cli/releases/tag/v2.23.5) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.4...v2.23.5) #### What's Changed - Update x/text to 0.3.8 by [@​dirkmueller](https://togithub.com/dirkmueller) in [https://github.com/urfave/cli/pull/1571](https://togithub.com/urfave/cli/pull/1571) - Update github actions events for v2-maint branch by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1574](https://togithub.com/urfave/cli/pull/1574) - Update dependencies in v2 series by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1573](https://togithub.com/urfave/cli/pull/1573) #### New Contributors - [@​dirkmueller](https://togithub.com/dirkmueller) made their first contribution in [https://github.com/urfave/cli/pull/1571](https://togithub.com/urfave/cli/pull/1571) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.4...v2.23.5 ### [`v2.23.4`](https://togithub.com/urfave/cli/releases/tag/v2.23.4) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.3...v2.23.4) #### What's Changed - Chore: Add altsrc flag definition generation by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1553](https://togithub.com/urfave/cli/pull/1553) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.3...v2.23.4 ### [`v2.23.3`](https://togithub.com/urfave/cli/releases/tag/v2.23.3) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.2...v2.23.3) #### What's Changed - Fix: Avoid duplication of help commands by [@​remiposo](https://togithub.com/remiposo) in [https://github.com/urfave/cli/pull/1565](https://togithub.com/urfave/cli/pull/1565) - Feature:(issue\_1550):Add support Int64Slice by read toml config file by [@​Edelweiss-Snow](https://togithub.com/Edelweiss-Snow) in [https://github.com/urfave/cli/pull/1551](https://togithub.com/urfave/cli/pull/1551) #### New Contributors - [@​remiposo](https://togithub.com/remiposo) made their first contribution in [https://github.com/urfave/cli/pull/1565](https://togithub.com/urfave/cli/pull/1565) - [@​Edelweiss-Snow](https://togithub.com/Edelweiss-Snow) made their first contribution in [https://github.com/urfave/cli/pull/1551](https://togithub.com/urfave/cli/pull/1551) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.2...v2.23.3 Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags. ### [`v2.23.2`](https://togithub.com/urfave/cli/releases/tag/v2.23.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.1...v2.23.2) #### What's Changed - Fix:(issue\_1114) Add SkipFlagParsing to app to allow -- by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1562](https://togithub.com/urfave/cli/pull/1562) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.1...v2.23.2 ### [`v2.23.1`](https://togithub.com/urfave/cli/releases/tag/v2.23.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.23.0...v2.23.1) #### What's Changed - FIx: Allow ext flags to be opt-out by default rather than opt-in by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1561](https://togithub.com/urfave/cli/pull/1561) **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.0...v2.23.1 ### [`v2.23.0`](https://togithub.com/urfave/cli/releases/tag/v2.23.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.22.0...v2.23.0) #### What's Changed - Feature:(issue\_269) Allow external package flag definitions by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1540](https://togithub.com/urfave/cli/pull/1540) **Full Changelog**: https://github.com/urfave/cli/compare/v2.22.0...v2.23.0 ### [`v2.22.0`](https://togithub.com/urfave/cli/releases/tag/v2.22.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.21.0...v2.22.0) #### What's Changed - Feature:(issue\_1090): Add unwrap for ExitCoder by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1545](https://togithub.com/urfave/cli/pull/1545) **Full Changelog**: https://github.com/urfave/cli/compare/v2.21.0...v2.22.0 ### [`v2.21.0`](https://togithub.com/urfave/cli/releases/tag/v2.21.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.20.5...v2.21.0) #### What's Changed - Feature: (issue\_1451) customized slice flag separator by [@​FGYFFFF](https://togithub.com/FGYFFFF) in [https://github.com/urfave/cli/pull/1546](https://togithub.com/urfave/cli/pull/1546) **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.5...v2.21.0 ### [`v2.20.5`](https://togithub.com/urfave/cli/releases/tag/v2.20.5) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.20.4...v2.20.5) #### What's Changed - Fix:(issue\_1548) Check root before run default cmd by [@​smalnote](https://togithub.com/smalnote) in [https://github.com/urfave/cli/pull/1549](https://togithub.com/urfave/cli/pull/1549) #### New Contributors - [@​smalnote](https://togithub.com/smalnote) made their first contribution in [https://github.com/urfave/cli/pull/1549](https://togithub.com/urfave/cli/pull/1549) **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.4...v2.20.5 ### [`v2.20.4`](https://togithub.com/urfave/cli/releases/tag/v2.20.4) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.20.3...v2.20.4) #### What's Changed - Spelling by [@​jsoref](https://togithub.com/jsoref) in [https://github.com/urfave/cli/pull/1543](https://togithub.com/urfave/cli/pull/1543) - Documentation:(issue\_786) Add docs for flag validation by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1544](https://togithub.com/urfave/cli/pull/1544) #### New Contributors - [@​jsoref](https://togithub.com/jsoref) made their first contribution in [https://github.com/urfave/cli/pull/1543](https://togithub.com/urfave/cli/pull/1543) **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.3...v2.20.4 ### [`v2.20.3`](https://togithub.com/urfave/cli/releases/tag/v2.20.3) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.20.2...v2.20.3) #### What's Changed - Docs:(issue\_1276) Make destination/value/default text clear by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1539](https://togithub.com/urfave/cli/pull/1539) - Fix:(issue\_1263) FlagNames should return names set via env as well by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1537](https://togithub.com/urfave/cli/pull/1537) - Fix:(issue\_1288). Add windows specific env format by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1538](https://togithub.com/urfave/cli/pull/1538) **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.2...v2.20.3 ### [`v2.20.2`](https://togithub.com/urfave/cli/releases/tag/v2.20.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.20.1...v2.20.2) #### What's Changed - Fix:(issue\_1206) Default value shouldnt depend on env variable or val… by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1528](https://togithub.com/urfave/cli/pull/1528) **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2 ### [`v2.20.1`](https://togithub.com/urfave/cli/releases/tag/v2.20.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.20.0...v2.20.1) #### What's Changed - Docs: Fix docs from merged PR1498 by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1532](https://togithub.com/urfave/cli/pull/1532) - Cleanup: Fix app.go formatting by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1533](https://togithub.com/urfave/cli/pull/1533) **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1 ### [`v2.20.0`](https://togithub.com/urfave/cli/releases/tag/v2.20.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.19.3...v2.20.0) #### What's Changed - Cleanup redundant code in App/Command by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1498](https://togithub.com/urfave/cli/pull/1498) **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0 ### [`v2.19.3`](https://togithub.com/urfave/cli/releases/tag/v2.19.3) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.19.2...v2.19.3) #### What's Changed - Build and run `urfave-cli-genflags` via its `Makefile` by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1526](https://togithub.com/urfave/cli/pull/1526) **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3 ### [`v2.19.2`](https://togithub.com/urfave/cli/releases/tag/v2.19.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.19.1...v2.19.2) #### What's Changed - fix: stop automatic sorting for --help by [@​FGYFFFF](https://togithub.com/FGYFFFF) in [https://github.com/urfave/cli/pull/1430](https://togithub.com/urfave/cli/pull/1430) #### New Contributors - [@​FGYFFFF](https://togithub.com/FGYFFFF) made their first contribution in [https://github.com/urfave/cli/pull/1430](https://togithub.com/urfave/cli/pull/1430) **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2 ### [`v2.19.1`](https://togithub.com/urfave/cli/releases/tag/v2.19.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.19.0...v2.19.1) #### What's Changed - Fix:(issue\_1500). Fix slice flag value duplication issue by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1502](https://togithub.com/urfave/cli/pull/1502) **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1 ### [`v2.19.0`](https://togithub.com/urfave/cli/releases/tag/v2.19.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.18.2...v2.19.0) #### What's Changed - Fix:(issue\_1505) Fix flag alignment in help by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1506](https://togithub.com/urfave/cli/pull/1506) **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0 ### [`v2.18.2`](https://togithub.com/urfave/cli/releases/tag/v2.18.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.18.1...v2.18.2) #### What's Changed - Configure GenericFlag's Destination type as struct not pointer by [@​nkuba](https://togithub.com/nkuba) in [https://github.com/urfave/cli/pull/1442](https://togithub.com/urfave/cli/pull/1442) #### New Contributors - [@​nkuba](https://togithub.com/nkuba) made their first contribution in [https://github.com/urfave/cli/pull/1442](https://togithub.com/urfave/cli/pull/1442) **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2 ### [`v2.18.1`](https://togithub.com/urfave/cli/releases/tag/v2.18.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.18.0...v2.18.1) #### What's Changed - Ensure "generate" step runs in CI prior to diff check by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1504](https://togithub.com/urfave/cli/pull/1504) **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1 ### [`v2.18.0`](https://togithub.com/urfave/cli/releases/tag/v2.18.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.17.2...v2.18.0) #### What's Changed - Call FlagStringer in String() method of slice flags by [@​fjl](https://togithub.com/fjl) in [https://github.com/urfave/cli/pull/1508](https://togithub.com/urfave/cli/pull/1508) #### New Contributors - [@​fjl](https://togithub.com/fjl) made their first contribution in [https://github.com/urfave/cli/pull/1508](https://togithub.com/urfave/cli/pull/1508) **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0 ### [`v2.17.2`](https://togithub.com/urfave/cli/releases/tag/v2.17.2) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.17.1...v2.17.2) #### What's Changed - Remove nonexistent phony targets by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1503](https://togithub.com/urfave/cli/pull/1503) - wrap: Avoid trailing whitespace for empty lines by [@​abitrolly](https://togithub.com/abitrolly) in [https://github.com/urfave/cli/pull/1513](https://togithub.com/urfave/cli/pull/1513) #### New Contributors - [@​abitrolly](https://togithub.com/abitrolly) made their first contribution in [https://github.com/urfave/cli/pull/1513](https://togithub.com/urfave/cli/pull/1513) **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2 ### [`v2.17.1`](https://togithub.com/urfave/cli/releases/tag/v2.17.1) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.17.0...v2.17.1) #### What's Changed - Fix help results inconsistency by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1499](https://togithub.com/urfave/cli/pull/1499) **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1 ### [`v2.17.0`](https://togithub.com/urfave/cli/releases/tag/v2.17.0) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.16.6...v2.17.0) #### What's Changed - Flag-level Action by [@​xwjdsh](https://togithub.com/xwjdsh) in [https://github.com/urfave/cli/pull/1337](https://togithub.com/urfave/cli/pull/1337) #### New Contributors - [@​xwjdsh](https://togithub.com/xwjdsh) made their first contribution in [https://github.com/urfave/cli/pull/1337](https://togithub.com/urfave/cli/pull/1337) **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0 ### [`v2.16.6`](https://togithub.com/urfave/cli/releases/tag/v2.16.6) [Compare Source](https://togithub.com/codegangsta/cli/compare/v2.16.5...v2.16.6) #### What's Changed - fix: Context.Set no such flag by [@​Torwang1](https://togithub.com/Torwang1) in [https://github.com/urfave/cli/pull/1497](https://togithub.com/urfave/cli/pull/1497) #### New Contributors - [@​Torwang1](https://togithub.com/Torwang1) made their first contribution in [https://github.com/urfave/cli/pull/1497](https://togithub.com/urfave/cli/pull/1497) **Full Changelog**

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.

renovate[bot] commented 7 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/codegangsta/cli/v3@v3.0.0-alpha9: parsing go.mod:
    module declares its path as: github.com/urfave/cli/v3
            but was required as: github.com/codegangsta/cli/v3