sapcc / mosquitto-exporter

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

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

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 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.3 age adoption passing confidence

Release Notes

codegangsta/cli (github.com/codegangsta/cli) ### [`v3.0.0-alpha9.3`](https://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha9.3) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha9.2...v3.0.0-alpha9.3) #### What's Changed - Feature:(issue\_1927) Add ability for before handler to return new context by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1994](https://redirect.github.com/urfave/cli/pull/1994) - Fix:(issue\_1921) Dont display \[command] in help by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2000](https://redirect.github.com/urfave/cli/pull/2000) - Fix:(issue\_1069) Dont show \[arguments] in usage when there are no arguments defined by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2001](https://redirect.github.com/urfave/cli/pull/2001) - improve output of build.go#downloadFile when download fails by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/2003](https://redirect.github.com/urfave/cli/pull/2003) - Revert GetValue() removal by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2004](https://redirect.github.com/urfave/cli/pull/2004) - Re-add generic flag back by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2005](https://redirect.github.com/urfave/cli/pull/2005) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha9.2...v3.0.0-alpha9.3 ### [`v3.0.0-alpha9.2`](https://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha9.2) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha9.1...v3.0.0-alpha9.2) #### What's Changed - Fix:(issue\_976) All positional args and flags to be mixed in any order by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1987](https://redirect.github.com/urfave/cli/pull/1987) - Fix: Increase test coverage by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1988](https://redirect.github.com/urfave/cli/pull/1988) - Add more tests for map by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1990](https://redirect.github.com/urfave/cli/pull/1990) - Ignore internal build dir by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1991](https://redirect.github.com/urfave/cli/pull/1991) - Split internal/ into examples/ and scripts/ by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/1992](https://redirect.github.com/urfave/cli/pull/1992) - style: fix typos by [@​suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke) in [https://github.com/urfave/cli/pull/1996](https://redirect.github.com/urfave/cli/pull/1996) - Revert "fix: /bin/zsh env variable to retrieve current active shell" by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1997](https://redirect.github.com/urfave/cli/pull/1997) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha9.1...v3.0.0-alpha9.2 ### [`v3.0.0-alpha9.1`](https://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha9.1) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha9...v3.0.0-alpha9.1) #### What's Changed - Fix variadic args by [@​joshfrench](https://redirect.github.com/joshfrench) in [https://github.com/urfave/cli/pull/1865](https://redirect.github.com/urfave/cli/pull/1865) - Update: Remove jfrog scan by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1870](https://redirect.github.com/urfave/cli/pull/1870) - Fix:(issue\_1860) Remove hidden flags from flag categories by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1869](https://redirect.github.com/urfave/cli/pull/1869) - chore: fix struct name by [@​kaifulee](https://redirect.github.com/kaifulee) in [https://github.com/urfave/cli/pull/1877](https://redirect.github.com/urfave/cli/pull/1877) - include a newline between different categories by [@​abennett](https://redirect.github.com/abennett) in [https://github.com/urfave/cli/pull/1861](https://redirect.github.com/urfave/cli/pull/1861) - Stop command aliases and flag aliases from being suggested in shell completion by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1882](https://redirect.github.com/urfave/cli/pull/1882) - Update to latest codecov action by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1898](https://redirect.github.com/urfave/cli/pull/1898) - Replace Jaro-Winkler algorithm usage with an internal function by [@​yigithankarabulut](https://redirect.github.com/yigithankarabulut) in [https://github.com/urfave/cli/pull/1893](https://redirect.github.com/urfave/cli/pull/1893) - Make it possible to `source` the Zsh autocomplete script by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1896](https://redirect.github.com/urfave/cli/pull/1896) - Update GitHub Actions (bump versions, improve naming a bit) by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1895](https://redirect.github.com/urfave/cli/pull/1895) - Add gofumpt to CI by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1899](https://redirect.github.com/urfave/cli/pull/1899) - Update and cleanup readme by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1901](https://redirect.github.com/urfave/cli/pull/1901) - Include flag descriptions when using zsh completion by [@​Toalaah](https://redirect.github.com/Toalaah) in [https://github.com/urfave/cli/pull/1903](https://redirect.github.com/urfave/cli/pull/1903) - improve readme a bit more by [@​bartekpacia](https://redirect.github.com/bartekpacia) in [https://github.com/urfave/cli/pull/1906](https://redirect.github.com/urfave/cli/pull/1906) - Run go mod tidy by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1907](https://redirect.github.com/urfave/cli/pull/1907) - Target `stable` and `oldstable` Go version in CI by [@​Juneezee](https://redirect.github.com/Juneezee) in [https://github.com/urfave/cli/pull/1912](https://redirect.github.com/urfave/cli/pull/1912) - Fix:(issue\_1916) Fix subcommand flag completion by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1918](https://redirect.github.com/urfave/cli/pull/1918) - Fix typos by [@​deining](https://redirect.github.com/deining) in [https://github.com/urfave/cli/pull/1923](https://redirect.github.com/urfave/cli/pull/1923) - Fix:(issue\_1925) Dont print default text for required flags by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1935](https://redirect.github.com/urfave/cli/pull/1935) - adjust tests for HideDefault by [@​Skeeve](https://redirect.github.com/Skeeve) in [https://github.com/urfave/cli/pull/1937](https://redirect.github.com/urfave/cli/pull/1937) - fix: disable shell completion if double dash is included in arguments (v3) by [@​suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke) in [https://github.com/urfave/cli/pull/1933](https://redirect.github.com/urfave/cli/pull/1933) - docs: fix broken links by [@​suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke) in [https://github.com/urfave/cli/pull/1940](https://redirect.github.com/urfave/cli/pull/1940) - Fix:(issue\_1930) Fix for invalid bool counts by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1941](https://redirect.github.com/urfave/cli/pull/1941) - chore(README): correct cli-altsrc link in README by [@​vimiix](https://redirect.github.com/vimiix) in [https://github.com/urfave/cli/pull/1943](https://redirect.github.com/urfave/cli/pull/1943) - Add File() by [@​6543](https://redirect.github.com/6543) in [https://github.com/urfave/cli/pull/1945](https://redirect.github.com/urfave/cli/pull/1945) - feat(command): show global options in command help by [@​BlackHole1](https://redirect.github.com/BlackHole1) in [https://github.com/urfave/cli/pull/1949](https://redirect.github.com/urfave/cli/pull/1949) - docs(flag): add `UseShortOptionHandling` description by [@​BlackHole1](https://redirect.github.com/BlackHole1) in [https://github.com/urfave/cli/pull/1953](https://redirect.github.com/urfave/cli/pull/1953) - Feat:(issue\_1958) Add support for multiple layouts to TimestampFlag by [@​horockey](https://redirect.github.com/horockey) in [https://github.com/urfave/cli/pull/1959](https://redirect.github.com/urfave/cli/pull/1959) - fix(bool-with-inverse-flag): fix string printing of bool with inverse flag to properly show inverse prefix by [@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [https://github.com/urfave/cli/pull/1966](https://redirect.github.com/urfave/cli/pull/1966) - Fix: Shell completions are broken when login shell is different than currently active shell [#​1884](https://redirect.github.com/codegangsta/cli/issues/1884) by [@​imransolanki](https://redirect.github.com/imransolanki) in [https://github.com/urfave/cli/pull/1969](https://redirect.github.com/urfave/cli/pull/1969) - Feat:(issue\_1960) make defaults validation optional by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1961](https://redirect.github.com/urfave/cli/pull/1961) - feat: added HideHelpCommands to docs by [@​midirhee12](https://redirect.github.com/midirhee12) in [https://github.com/urfave/cli/pull/1968](https://redirect.github.com/urfave/cli/pull/1968) - Fix:(issue\_1775) Add test for zero value structs by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1972](https://redirect.github.com/urfave/cli/pull/1972) - Fix:(issue\_1951) Propagate hide help to subcommands by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1952](https://redirect.github.com/urfave/cli/pull/1952) - Dont check required flags until command action is executed by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1975](https://redirect.github.com/urfave/cli/pull/1975) - Fix: Make flags persistent by default by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1977](https://redirect.github.com/urfave/cli/pull/1977) - Update mkdocs and dependencies by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1978](https://redirect.github.com/urfave/cli/pull/1978) - Update dependencies by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1983](https://redirect.github.com/urfave/cli/pull/1983) #### New Contributors - [@​kaifulee](https://redirect.github.com/kaifulee) made their first contribution in [https://github.com/urfave/cli/pull/1877](https://redirect.github.com/urfave/cli/pull/1877) - [@​abennett](https://redirect.github.com/abennett) made their first contribution in [https://github.com/urfave/cli/pull/1861](https://redirect.github.com/urfave/cli/pull/1861) - [@​bartekpacia](https://redirect.github.com/bartekpacia) made their first contribution in [https://github.com/urfave/cli/pull/1882](https://redirect.github.com/urfave/cli/pull/1882) - [@​yigithankarabulut](https://redirect.github.com/yigithankarabulut) made their first contribution in [https://github.com/urfave/cli/pull/1893](https://redirect.github.com/urfave/cli/pull/1893) - [@​Toalaah](https://redirect.github.com/Toalaah) made their first contribution in [https://github.com/urfave/cli/pull/1903](https://redirect.github.com/urfave/cli/pull/1903) - [@​deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/urfave/cli/pull/1923](https://redirect.github.com/urfave/cli/pull/1923) - [@​Skeeve](https://redirect.github.com/Skeeve) made their first contribution in [https://github.com/urfave/cli/pull/1937](https://redirect.github.com/urfave/cli/pull/1937) - [@​vimiix](https://redirect.github.com/vimiix) made their first contribution in [https://github.com/urfave/cli/pull/1943](https://redirect.github.com/urfave/cli/pull/1943) - [@​6543](https://redirect.github.com/6543) made their first contribution in [https://github.com/urfave/cli/pull/1945](https://redirect.github.com/urfave/cli/pull/1945) - [@​horockey](https://redirect.github.com/horockey) made their first contribution in [https://github.com/urfave/cli/pull/1959](https://redirect.github.com/urfave/cli/pull/1959) - [@​mahadzaryab1](https://redirect.github.com/mahadzaryab1) made their first contribution in [https://github.com/urfave/cli/pull/1966](https://redirect.github.com/urfave/cli/pull/1966) - [@​imransolanki](https://redirect.github.com/imransolanki) made their first contribution in [https://github.com/urfave/cli/pull/1969](https://redirect.github.com/urfave/cli/pull/1969) - [@​midirhee12](https://redirect.github.com/midirhee12) made their first contribution in [https://github.com/urfave/cli/pull/1968](https://redirect.github.com/urfave/cli/pull/1968) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha9...v3.0.0-alpha9.1 ### [`v3.0.0-alpha9`](https://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha9) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1855](https://redirect.github.com/urfave/cli/pull/1855) - Adjust code style by [@​yassinebenaid](https://redirect.github.com/yassinebenaid) in [https://github.com/urfave/cli/pull/1862](https://redirect.github.com/urfave/cli/pull/1862) - Missing arg can cause a panic by [@​joshfrench](https://redirect.github.com/joshfrench) in [https://github.com/urfave/cli/pull/1864](https://redirect.github.com/urfave/cli/pull/1864) - Include mutually exclusive flags in help text by [@​joshfrench](https://redirect.github.com/joshfrench) in [https://github.com/urfave/cli/pull/1863](https://redirect.github.com/urfave/cli/pull/1863) #### New Contributors - [@​yassinebenaid](https://redirect.github.com/yassinebenaid) made their first contribution in [https://github.com/urfave/cli/pull/1862](https://redirect.github.com/urfave/cli/pull/1862) - [@​joshfrench](https://redirect.github.com/joshfrench) made their first contribution in [https://github.com/urfave/cli/pull/1864](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha8) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1839](https://redirect.github.com/urfave/cli/pull/1839) - Fix:(issue\_1842) Make value source chain more user friendly by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1849](https://redirect.github.com/urfave/cli/pull/1849) - Fix:(issue\_1695) Change tests to use assert and require by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1853](https://redirect.github.com/urfave/cli/pull/1853) - Backport Show non categorized flags with categorized on help by [@​jetexe](https://redirect.github.com/jetexe) in [https://github.com/urfave/cli/pull/1854](https://redirect.github.com/urfave/cli/pull/1854) #### New Contributors - [@​jetexe](https://redirect.github.com/jetexe) made their first contribution in [https://github.com/urfave/cli/pull/1854](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha7) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1827](https://redirect.github.com/urfave/cli/pull/1827) - Chore:(v3\_docs) Initial rev for v3 docs by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1828](https://redirect.github.com/urfave/cli/pull/1828) - Docs: Add link to v3 by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1832](https://redirect.github.com/urfave/cli/pull/1832) - Feat:(issue\_1074) Add basic support for cmd args by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1833](https://redirect.github.com/urfave/cli/pull/1833) - Fix:(issue\_1720) Add support for reading args from stdin by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1836](https://redirect.github.com/urfave/cli/pull/1836) - Fix:(issue\_1834) Add check for persistent required flags by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1835](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha6) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha5...v3.0.0-alpha6) #### What's Changed - Fix timestamp get from cmd by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1831](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha5) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha4...v3.0.0-alpha5) #### What's Changed - Collapse `uint` and `uint64` flag types by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1768](https://redirect.github.com/urfave/cli/pull/1768) - Rename `float64` types from `Float64` to `Float` by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1773](https://redirect.github.com/urfave/cli/pull/1773) - Chore: Rename mkdocs requirements file name by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1777](https://redirect.github.com/urfave/cli/pull/1777) - Feature: Add frogbot workflow by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1778](https://redirect.github.com/urfave/cli/pull/1778) - Update frogbot-scan-and-fix.yml by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1782](https://redirect.github.com/urfave/cli/pull/1782) - Remove markdown/man docs support by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1779](https://redirect.github.com/urfave/cli/pull/1779) - Refactor numberOfMissingFlags remove by [@​seipan](https://redirect.github.com/seipan) in [https://github.com/urfave/cli/pull/1783](https://redirect.github.com/urfave/cli/pull/1783) - Replace fmt.Sprintf's with strconv.Format's by [@​austinvazquez](https://redirect.github.com/austinvazquez) in [https://github.com/urfave/cli/pull/1786](https://redirect.github.com/urfave/cli/pull/1786) - Feature: Add support for validation functions by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1785](https://redirect.github.com/urfave/cli/pull/1785) - Collapse `Context` into `Command` by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1784](https://redirect.github.com/urfave/cli/pull/1784) - Remove duplicate mkdocs requirements file by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1790](https://redirect.github.com/urfave/cli/pull/1790) - Fix nil HelpFlag panic (v3) by [@​wxiaoguang](https://redirect.github.com/wxiaoguang) in [https://github.com/urfave/cli/pull/1796](https://redirect.github.com/urfave/cli/pull/1796) - Make v3 examples runnable on pkg.go.dev by [@​matthewdale](https://redirect.github.com/matthewdale) in [https://github.com/urfave/cli/pull/1812](https://redirect.github.com/urfave/cli/pull/1812) - Remove redundant nil check in `LocalFlagNames` by [@​Juneezee](https://redirect.github.com/Juneezee) in [https://github.com/urfave/cli/pull/1815](https://redirect.github.com/urfave/cli/pull/1815) - Fix:(issue\_1814) Fix completions for subcommands by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1824](https://redirect.github.com/urfave/cli/pull/1824) #### New Contributors - [@​seipan](https://redirect.github.com/seipan) made their first contribution in [https://github.com/urfave/cli/pull/1783](https://redirect.github.com/urfave/cli/pull/1783) - [@​austinvazquez](https://redirect.github.com/austinvazquez) made their first contribution in [https://github.com/urfave/cli/pull/1786](https://redirect.github.com/urfave/cli/pull/1786) - [@​matthewdale](https://redirect.github.com/matthewdale) made their first contribution in [https://github.com/urfave/cli/pull/1812](https://redirect.github.com/urfave/cli/pull/1812) - [@​Juneezee](https://redirect.github.com/Juneezee) made their first contribution in [https://github.com/urfave/cli/pull/1815](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha4) [Compare Source](https://redirect.github.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://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1744](https://redirect.github.com/urfave/cli/pull/1744) - Feat: Add value source by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1745](https://redirect.github.com/urfave/cli/pull/1745) - Fix:(issue\_1644) Run persistent flag action by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1742](https://redirect.github.com/urfave/cli/pull/1742) - Document slice flags as part of examples (v3) by [@​carhartl](https://redirect.github.com/carhartl) in [https://github.com/urfave/cli/pull/1750](https://redirect.github.com/urfave/cli/pull/1750) - Consolidate all `App` code into `Command` by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1746](https://redirect.github.com/urfave/cli/pull/1746) - Output usage errors to ErrWriter by [@​kke](https://redirect.github.com/kke) in [https://github.com/urfave/cli/pull/1758](https://redirect.github.com/urfave/cli/pull/1758) - Some docs housekeeping and minor cleanups by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1752](https://redirect.github.com/urfave/cli/pull/1752) - Reworking value source API by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1760](https://redirect.github.com/urfave/cli/pull/1760) - Collapse `int64` and `int` flag types by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1765](https://redirect.github.com/urfave/cli/pull/1765) #### New Contributors - [@​kke](https://redirect.github.com/kke) made their first contribution in [https://github.com/urfave/cli/pull/1758](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha3): Release 3.0.0-alpha3 [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha2...v3.0.0-alpha3) #### What's Changed - Fix some issues in bash autocompletion by [@​MrNaif2018](https://redirect.github.com/MrNaif2018) in [https://github.com/urfave/cli/pull/1674](https://redirect.github.com/urfave/cli/pull/1674) - Adjust sub-command template to properly output sub-sub-command placeholder. by [@​aryounce](https://redirect.github.com/aryounce) in [https://github.com/urfave/cli/pull/1683](https://redirect.github.com/urfave/cli/pull/1683) - Clean up some documentation by [@​docwhat](https://redirect.github.com/docwhat) in [https://github.com/urfave/cli/pull/1688](https://redirect.github.com/urfave/cli/pull/1688) - Shift tested Go versions by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1691](https://redirect.github.com/urfave/cli/pull/1691) - Updated badges for v3 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1665](https://redirect.github.com/urfave/cli/pull/1665) - Fix linting issues by [@​skelouse](https://redirect.github.com/skelouse) in [https://github.com/urfave/cli/pull/1694](https://redirect.github.com/urfave/cli/pull/1694) - v3 Add integration with golangci-lint by [@​skelouse](https://redirect.github.com/skelouse) in [https://github.com/urfave/cli/pull/1697](https://redirect.github.com/urfave/cli/pull/1697) - Add makezero linter by [@​avorima](https://redirect.github.com/avorima) in [https://github.com/urfave/cli/pull/1705](https://redirect.github.com/urfave/cli/pull/1705) - fix some broken links in docs by [@​doooks](https://redirect.github.com/doooks) in [https://github.com/urfave/cli/pull/1698](https://redirect.github.com/urfave/cli/pull/1698) - Feat: Added tabular markdown writer by [@​tarampampam](https://redirect.github.com/tarampampam) in [https://github.com/urfave/cli/pull/1722](https://redirect.github.com/urfave/cli/pull/1722) #### New Contributors - [@​aryounce](https://redirect.github.com/aryounce) made their first contribution in [https://github.com/urfave/cli/pull/1683](https://redirect.github.com/urfave/cli/pull/1683) - [@​docwhat](https://redirect.github.com/docwhat) made their first contribution in [https://github.com/urfave/cli/pull/1688](https://redirect.github.com/urfave/cli/pull/1688) - [@​doooks](https://redirect.github.com/doooks) made their first contribution in [https://github.com/urfave/cli/pull/1698](https://redirect.github.com/urfave/cli/pull/1698) - [@​tarampampam](https://redirect.github.com/tarampampam) made their first contribution in [https://github.com/urfave/cli/pull/1722](https://redirect.github.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://redirect.github.com/urfave/cli/releases/tag/v3.0.0-alpha2) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v3.0.0-alpha...v3.0.0-alpha2) #### What's Changed - Merging main to v3 dev main by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1437](https://redirect.github.com/urfave/cli/pull/1437) - Target minimum go 1.18 in v3-dev-main by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1438](https://redirect.github.com/urfave/cli/pull/1438) - Collapse flag interface by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1471](https://redirect.github.com/urfave/cli/pull/1471) - Turn off docs publishing from v3 series by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1511](https://redirect.github.com/urfave/cli/pull/1511) - Bump declared module and internal usage to `/v3/` by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1494](https://redirect.github.com/urfave/cli/pull/1494) - Porting to v3 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1510](https://redirect.github.com/urfave/cli/pull/1510) - Revert "Remove all flag interfaces" by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1517](https://redirect.github.com/urfave/cli/pull/1517) - Porting changes from `main` to `v3-dev-main` (circa 2022-10-09) by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1525](https://redirect.github.com/urfave/cli/pull/1525) - Porting `main` to `v3-dev-main` circa 2022-11-06 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1569](https://redirect.github.com/urfave/cli/pull/1569) - Update branch explanations and semver-ish automation by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1572](https://redirect.github.com/urfave/cli/pull/1572) - Update GitHub Actions events for v3 mode by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1575](https://redirect.github.com/urfave/cli/pull/1575) - Remove local altsrc and references by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1576](https://redirect.github.com/urfave/cli/pull/1576) - Remove App.Compiled by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1579](https://redirect.github.com/urfave/cli/pull/1579) - Fix: Nested help command has a incorrect HelpName by [@​remiposo](https://redirect.github.com/remiposo) in [https://github.com/urfave/cli/pull/1581](https://redirect.github.com/urfave/cli/pull/1581) - Allow disabling slice flag separator by [@​feedmeapples](https://redirect.github.com/feedmeapples) in [https://github.com/urfave/cli/pull/1582](https://redirect.github.com/urfave/cli/pull/1582) - Fix spacing in godoc by [@​feedmeapples](https://redirect.github.com/feedmeapples) in [https://github.com/urfave/cli/pull/1589](https://redirect.github.com/urfave/cli/pull/1589) - First cut at using generics for base flag types by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1512](https://redirect.github.com/urfave/cli/pull/1512) - Feature: Add support for persistent flags by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1568](https://redirect.github.com/urfave/cli/pull/1568) - Run linter fixes + go mod tidy by [@​marwan-at-work](https://redirect.github.com/marwan-at-work) in [https://github.com/urfave/cli/pull/1596](https://redirect.github.com/urfave/cli/pull/1596) - Remove flag type generation code by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1598](https://redirect.github.com/urfave/cli/pull/1598) - Feat: Convert filepath in Flag to string slice by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1601](https://redirect.github.com/urfave/cli/pull/1601) - Rename `Command.Subcommands` :arrow_right: `Command.Commands` by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1603](https://redirect.github.com/urfave/cli/pull/1603) - Fix comment about helpCommand Action by [@​yyamanoi1222](https://redirect.github.com/yyamanoi1222) in [https://github.com/urfave/cli/pull/1605](https://redirect.github.com/urfave/cli/pull/1605) - Add usage example for `urfave_cli_no_docs` flag by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/1604](https://redirect.github.com/urfave/cli/pull/1604) - Update and rename v2-feature-request.md to v3-feature-request.md by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/1613](https://redirect.github.com/urfave/cli/pull/1613) - Add example output to getting-started by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/1611](https://redirect.github.com/urfave/cli/pull/1611) - Replace `v1` with `v2-maint` in RELEASING.md by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/1614](https://redirect.github.com/urfave/cli/pull/1614) - Cleanup: Rename IsSliceValue to IsMultiValue by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1615](https://redirect.github.com/urfave/cli/pull/1615) - Add StringMap flag by [@​avorima](https://redirect.github.com/avorima) in [https://github.com/urfave/cli/pull/1590](https://redirect.github.com/urfave/cli/pull/1590) - Feature:(issue\_351) Add support for generation of shell completion sc… by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1606](https://redirect.github.com/urfave/cli/pull/1606) - Cleanup: Removed deprecated funcs by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1624](https://redirect.github.com/urfave/cli/pull/1624) - Remove `NewApp` func by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1626](https://redirect.github.com/urfave/cli/pull/1626) - Move suggestion-related code to suggestions.go by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1628](https://redirect.github.com/urfave/cli/pull/1628) - Allow `any` instead of custom `*Author` type by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1630](https://redirect.github.com/urfave/cli/pull/1630) - Fix:(issue\_1623) Send error to stderr instead of stdout by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1629](https://redirect.github.com/urfave/cli/pull/1629) - Feature:(issue\_1222) Add support for mutually exclusive groups by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1631](https://redirect.github.com/urfave/cli/pull/1631) - Feature:(issue\_1071) Add check for duplicated flags by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1636](https://redirect.github.com/urfave/cli/pull/1636) - Revert "Feature:(issue\_1071) Add check for duplicated flags" by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1637](https://redirect.github.com/urfave/cli/pull/1637) - Fix:(issue\_1071) Add support for duplicated flag check by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1638](https://redirect.github.com/urfave/cli/pull/1638) - Feature:(issue\_1215) Allow calling commands by shorthand by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1635](https://redirect.github.com/urfave/cli/pull/1635) - Create an inverseBoolFlag by [@​skelouse](https://redirect.github.com/skelouse) in [https://github.com/urfave/cli/pull/1643](https://redirect.github.com/urfave/cli/pull/1643) - Doc:(issue\_1593) Add flag category topic in docs by [@​ovcharenko-di](https://redirect.github.com/ovcharenko-di) in [https://github.com/urfave/cli/pull/1651](https://redirect.github.com/urfave/cli/pull/1651) - Revert "Doc:(issue\_1593) Add flag category topic in docs" by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1652](https://redirect.github.com/urfave/cli/pull/1652) #### New Contributors - [@​yyamanoi1222](https://redirect.github.com/yyamanoi1222) made their first contribution in [https://github.com/urfave/cli/pull/1605](https://redirect.github.com/urfave/cli/pull/1605) - [@​avorima](https://redirect.github.com/avorima) made their first contribution in [https://github.com/urfave/cli/pull/1590](https://redirect.github.com/urfave/cli/pull/1590) - [@​skelouse](https://redirect.github.com/skelouse) made their first contribution in [https://github.com/urfave/cli/pull/1643](https://redirect.github.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://redirect.github.com/codegangsta/cli/compare/v2.27.5...v3.0.0-alpha) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.27.5...v3.0.0-alpha) ### [`v2.27.5`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.5) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.27.4...v2.27.5) #### What's Changed - docs(flag): add `UseShortOptionHandling` description by [@​BlackHole1](https://redirect.github.com/BlackHole1) in [https://github.com/urfave/cli/pull/1956](https://redirect.github.com/urfave/cli/pull/1956) - \[Backport] Fix: Use $0 env var to correctly retrieve the current active shell by [@​asahasrabuddhe](https://redirect.github.com/asahasrabuddhe) in [https://github.com/urfave/cli/pull/1970](https://redirect.github.com/urfave/cli/pull/1970) - Update dependencies in v2-maint by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1980](https://redirect.github.com/urfave/cli/pull/1980) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.4...v2.27.5 ### [`v2.27.4`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.4) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1963](https://redirect.github.com/urfave/cli/pull/1963) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4 ### [`v2.27.3`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.3) [Compare Source](https://redirect.github.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://redirect.github.com/sj14) in [https://github.com/urfave/cli/pull/1910](https://redirect.github.com/urfave/cli/pull/1910) - Bump github.com/xrash/smetrics dependency by [@​elezar](https://redirect.github.com/elezar) in [https://github.com/urfave/cli/pull/1911](https://redirect.github.com/urfave/cli/pull/1911) - fix: disable bash completion if double dash is included in arguments (v2) by [@​suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke) in [https://github.com/urfave/cli/pull/1938](https://redirect.github.com/urfave/cli/pull/1938) - Fix improper whitespace formatting in usageTemplate, AppHelpTemplate … by [@​caeret](https://redirect.github.com/caeret) in [https://github.com/urfave/cli/pull/1947](https://redirect.github.com/urfave/cli/pull/1947) #### New Contributors - [@​sj14](https://redirect.github.com/sj14) made their first contribution in [https://github.com/urfave/cli/pull/1910](https://redirect.github.com/urfave/cli/pull/1910) - [@​elezar](https://redirect.github.com/elezar) made their first contribution in [https://github.com/urfave/cli/pull/1911](https://redirect.github.com/urfave/cli/pull/1911) - [@​caeret](https://redirect.github.com/caeret) made their first contribution in [https://github.com/urfave/cli/pull/1947](https://redirect.github.com/urfave/cli/pull/1947) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.2...v2.27.3 ### [`v2.27.2`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.2) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.27.1...v2.27.2) #### What's Changed - Cleanup: Remove unnecessary intermediate variables by [@​1ambd4](https://redirect.github.com/1ambd4) in [https://github.com/urfave/cli/pull/1857](https://redirect.github.com/urfave/cli/pull/1857) - Docs:(issue\_1866) Fix documentation on filepath vs env preference by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1867](https://redirect.github.com/urfave/cli/pull/1867) - Fix:(issue\_1860) Remove hidden flags from flag categories by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1868](https://redirect.github.com/urfave/cli/pull/1868) - Fix repeated \[arguments...] in usage template in v2 by [@​edeustua](https://redirect.github.com/edeustua) in [https://github.com/urfave/cli/pull/1872](https://redirect.github.com/urfave/cli/pull/1872) - Update dependencies, actions steps, and usage for v2-maint by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1888](https://redirect.github.com/urfave/cli/pull/1888) #### New Contributors - [@​1ambd4](https://redirect.github.com/1ambd4) made their first contribution in [https://github.com/urfave/cli/pull/1857](https://redirect.github.com/urfave/cli/pull/1857) - [@​edeustua](https://redirect.github.com/edeustua) made their first contribution in [https://github.com/urfave/cli/pull/1872](https://redirect.github.com/urfave/cli/pull/1872) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2 ### [`v2.27.1`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.1) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.27.0...v2.27.1) #### What's Changed - v2: Add build tag urfave_cli_no_suggest by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/urfave/cli/pull/1847](https://redirect.github.com/urfave/cli/pull/1847) **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1 ### [`v2.27.0`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.26.0...v2.27.0) #### What's Changed - v2 Add integration with golangci-lint by [@​skelouse](https://redirect.github.com/skelouse) in [https://github.com/urfave/cli/pull/1830](https://redirect.github.com/urfave/cli/pull/1830) - v2: GitHub Actions: upgrade Go, upgrade actions by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/urfave/cli/pull/1848](https://redirect.github.com/urfave/cli/pull/1848) - Feat:(issue\_1797) Add Args for app/cmd/subcmd to avoid argument... be… by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1829](https://redirect.github.com/urfave/cli/pull/1829) - Fix:(issue\_1850) Add RunAction for uint/uint64 slice flags by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1851](https://redirect.github.com/urfave/cli/pull/1851) **Full Changelog**: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0 ### [`v2.26.0`](https://redirect.github.com/urfave/cli/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.25.7...v2.26.0) #### What's Changed - Bash completion nits by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1762](https://redirect.github.com/urfave/cli/pull/1762) - Chore: Rename mkdocs requirements file name by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1776](https://redirect.github.com/urfave/cli/pull/1776) - Fix:(issue\_1787) Add fix for commands not listed when hide help comma… by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1788](https://redirect.github.com/urfave/cli/pull/1788) - Fix nil HelpFlag panic (v2) by [@​wxiaoguang](https://redirect.github.com/wxiaoguang) in [https://github.com/urfave/cli/pull/1795](https://redirect.github.com/urfave/cli/pull/1795) - Always get 0 for a nested int64 value in v2.25.7 by [@​stephenfire](https://redirect.github.com/stephenfire) in [https://github.com/urfave/cli/pull/1799](https://redirect.github.com/urfave/cli/pull/1799) - Helper messages for documenting build process by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/1800](https://redirect.github.com/urfave/cli/pull/1800) - fix: check duplicated sub command name and alias by [@​linrl3](https://redirect.github.com/linrl3) in [https://github.com/urfave/cli/pull/1805](https://redirect.github.com/urfave/cli/pull/1805) - Fix:(issue\_1689) Have consistent behavior for default text in man and… by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1825](https://redirect.github.com/urfave/cli/pull/1825) - Fix linting issues by [@​skelouse](https://redirect.github.com/skelouse) in [https://github.com/urfave/cli/pull/1696](https://redirect.github.com/urfave/cli/pull/1696) #### New Contributors - [@​stephenfire](https://redirect.github.com/stephenfire) made their first contribution in [https://github.com/urfave/cli/pull/1799](https://redirect.github.com/urfave/cli/pull/1799) - [@​linrl3](https://redirect.github.com/linrl3) made their first contribution in [https://github.com/urfave/cli/pull/1805](https://redirect.github.com/urfave/cli/pull/1805) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0 ### [`v2.25.7`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.7) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.25.6...v2.25.7) #### What's Changed - Fix: fix v2 broken tests by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1757](https://redirect.github.com/urfave/cli/pull/1757) - Fix:(issue\_1755) Ensure that timestamp flag destination is set correctly by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1756](https://redirect.github.com/urfave/cli/pull/1756) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.6...v2.25.7 ### [`v2.25.6`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.6) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1747](https://redirect.github.com/urfave/cli/pull/1747) - Update dependencies for v2 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1749](https://redirect.github.com/urfave/cli/pull/1749) - Document slice flags as part of examples (v2) by [@​carhartl](https://redirect.github.com/carhartl) in [https://github.com/urfave/cli/pull/1751](https://redirect.github.com/urfave/cli/pull/1751) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.5...v2.25.6 ### [`v2.25.5`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.5) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1740](https://redirect.github.com/urfave/cli/pull/1740) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5 ### [`v2.25.4`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.4) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.25.3...v2.25.4) #### What's Changed - Bug/fix issue 1703 by [@​jojje](https://redirect.github.com/jojje) in [https://github.com/urfave/cli/pull/1728](https://redirect.github.com/urfave/cli/pull/1728) - Fix:(issue\_1734) Show categories for subcommands by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1735](https://redirect.github.com/urfave/cli/pull/1735) - Fix:(issue\_1610). Keep RunAsSubcommand behaviour as before by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1736](https://redirect.github.com/urfave/cli/pull/1736) - Fix:(issue\_1731) Add fix for checking if aliases are set by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1732](https://redirect.github.com/urfave/cli/pull/1732) - Fix func name referenced in doc comment by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1738](https://redirect.github.com/urfave/cli/pull/1738) #### New Contributors - [@​jojje](https://redirect.github.com/jojje) made their first contribution in [https://github.com/urfave/cli/pull/1728](https://redirect.github.com/urfave/cli/pull/1728) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4 ### [`v2.25.3`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.3) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.25.2...v2.25.3) #### What's Changed - Fix `incorrectTypeForFlagError` for unknowns by [@​danhunsaker](https://redirect.github.com/danhunsaker) in [https://github.com/urfave/cli/pull/1708](https://redirect.github.com/urfave/cli/pull/1708) #### New Contributors - [@​danhunsaker](https://redirect.github.com/danhunsaker) made their first contribution in [https://github.com/urfave/cli/pull/1708](https://redirect.github.com/urfave/cli/pull/1708) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.2...v2.25.3 ### [`v2.25.2`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.2) [Compare Source](https://redirect.github.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://redirect.github.com/nirhaas) in [https://github.com/urfave/cli/pull/1709](https://redirect.github.com/urfave/cli/pull/1709) - Remove redundant variable declarations by [@​huiyifyj](https://redirect.github.com/huiyifyj) in [https://github.com/urfave/cli/pull/1714](https://redirect.github.com/urfave/cli/pull/1714) - Fix:(issue 1689) Match markdown output with help output by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1723](https://redirect.github.com/urfave/cli/pull/1723) #### New Contributors - [@​nirhaas](https://redirect.github.com/nirhaas) made their first contribution in [https://github.com/urfave/cli/pull/1709](https://redirect.github.com/urfave/cli/pull/1709) - [@​huiyifyj](https://redirect.github.com/huiyifyj) made their first contribution in [https://github.com/urfave/cli/pull/1714](https://redirect.github.com/urfave/cli/pull/1714) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2 ### [`v2.25.1`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.1) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.25.0...v2.25.1) #### What's Changed - Shift tested Go versions in v2-maint by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1692](https://redirect.github.com/urfave/cli/pull/1692) - Preserve separator spec on subcommands by [@​thschmitt](https://redirect.github.com/thschmitt) in [https://github.com/urfave/cli/pull/1710](https://redirect.github.com/urfave/cli/pull/1710) #### New Contributors - [@​thschmitt](https://redirect.github.com/thschmitt) made their first contribution in [https://github.com/urfave/cli/pull/1710](https://redirect.github.com/urfave/cli/pull/1710) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.0...v2.25.1 ### [`v2.25.0`](https://redirect.github.com/urfave/cli/releases/tag/v2.25.0) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.24.4...v2.25.0) #### What's Changed - Drop support for Go versions before 1.18 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1667](https://redirect.github.com/urfave/cli/pull/1667) - add Integer type casting when loading yaml file by [@​kjeom](https://redirect.github.com/kjeom) in [https://github.com/urfave/cli/pull/1669](https://redirect.github.com/urfave/cli/pull/1669) #### New Contributors - [@​kjeom](https://redirect.github.com/kjeom) made their first contribution in [https://github.com/urfave/cli/pull/1669](https://redirect.github.com/urfave/cli/pull/1669) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.4...v2.25.0 ### [`v2.24.4`](https://redirect.github.com/urfave/cli/releases/tag/v2.24.4) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.24.3...v2.24.4) #### What's Changed - Deprecation of package ioutil in Go 1.16 by [@​ArangoGutierrez](https://redirect.github.com/ArangoGutierrez) in [https://github.com/urfave/cli/pull/1678](https://redirect.github.com/urfave/cli/pull/1678) - Backport \[v2]: Fix some issues in bash autocompletion by [@​MrNaif2018](https://redirect.github.com/MrNaif2018) in [https://github.com/urfave/cli/pull/1676](https://redirect.github.com/urfave/cli/pull/1676) #### New Contributors - [@​ArangoGutierrez](https://redirect.github.com/ArangoGutierrez) made their first contribution in [https://github.com/urfave/cli/pull/1678](https://redirect.github.com/urfave/cli/pull/1678) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.3...v2.24.4 ### [`v2.24.3`](https://redirect.github.com/urfave/cli/releases/tag/v2.24.3) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.24.2...v2.24.3) #### What's Changed - Make trim space optional by [@​palsivertsen](https://redirect.github.com/palsivertsen) in [https://github.com/urfave/cli/pull/1675](https://redirect.github.com/urfave/cli/pull/1675) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.2...v2.24.3 ### [`v2.24.2`](https://redirect.github.com/urfave/cli/releases/tag/v2.24.2) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.24.1...v2.24.2) #### What's Changed - Update README badges for v2 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1664](https://redirect.github.com/urfave/cli/pull/1664) - Target two most recent Go versions in v2 by [@​meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/1666](https://redirect.github.com/urfave/cli/pull/1666) - flag: remove dependencies on shared variables by [@​zllovesuki](https://redirect.github.com/zllovesuki) in [https://github.com/urfave/cli/pull/1671](https://redirect.github.com/urfave/cli/pull/1671) - Show non categorized flags with categorized on help by [@​skelouse](https://redirect.github.com/skelouse) in [https://github.com/urfave/cli/pull/1673](https://redirect.github.com/urfave/cli/pull/1673) #### New Contributors - [@​zllovesuki](https://redirect.github.com/zllovesuki) made their first contribution in [https://github.com/urfave/cli/pull/1671](https://redirect.github.com/urfave/cli/pull/1671) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.1...v2.24.2 ### [`v2.24.1`](https://redirect.github.com/urfave/cli/releases/tag/v2.24.1) [Compare Source](https://redirect.github.com/codegangsta/cli/compare/v2.24.0...v2.24.1) #### What's Changed - Fix v2 docs by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/1655](https://redirect.github.com/urfave/cli/pull/1655) **Full Changelog**: https://github.com/urfave/cli/compare/v2.24.0...v2.24.1 ### [`v2.24.0`](https://redirect.github.com/urfave/cli/releases/tag/v2.24.0) [Compare Source](https://redirect.github.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://redirect.github.com/dearchap) in [https://github.c

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 9 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
renovate[bot] commented 1 month 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: -d flag is deprecated. -d=true is a no-op
go: github.com/codegangsta/cli/v3@v3.0.0-alpha9.3: parsing go.mod:
    module declares its path as: github.com/urfave/cli/v3
            but was required as: github.com/codegangsta/cli/v3