Releases: urfave/cli
Releases · urfave/cli
v3.5.0
What's Changed
- Update mkdocs reqs by @meatballhat in #2190
- Allow the user to stop processing flags after seeing N args by @adrian-thurston in #2163
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #2194
- chore(deps): bump mkdocs-material from 9.6.16 to 9.6.18 in the python-packages group by @dependabot[bot] in #2195
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2198
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #2199
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2200
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #2197
- chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the python-packages group by @dependabot[bot] in #2201
- chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group by @dependabot[bot] in #2202
- feat: add name of argument into error message when parsing fails by @oprudkyi in #2203
- chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in the python-packages group by @dependabot[bot] in #2204
- add space between arguments usage by @dimfu in #2207
- chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in the python-packages group by @dependabot[bot] in #2213
- Fix: Make DefaultText behaviour consistent by @dearchap in #2214
New Contributors
- @adrian-thurston made their first contribution in #2163
- @oprudkyi made their first contribution in #2203
- @dimfu made their first contribution in #2207
Full Changelog: v3.4.1...v3.5.0
v3.4.1
What's Changed
- Use recommended GitHub Actions runner labels by @meatballhat in #2181
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2179
- Document that
v3
series is recommended for new development by @meatballhat in #2186
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Export help display functions as variables to allow custom help display logic by @almas-x in #2150
- Invoke OnUsageError when missing required flags by @MohitPanchariya in #2161
- Fix:(issue_2169) Allow trim space for string slice flags by @dearchap in #2171
- Add example of flag groups to docs by @jllovet in #2178
- Add installation instructions for gfmrun by @jllovet in #2177
- Ensure public vars reference public types by @meatballhat in #2180
New Contributors
- @almas-x made their first contribution in #2150
- @MohitPanchariya made their first contribution in #2161
- @jllovet made their first contribution in #2178
Full Changelog: v3.3.9...v3.4.0
v3.3.9
What's Changed
- Fix typos in documentation for customizations and full API example by @amarjit03 in #2165
- Update advanced.md by @thetillhoff in #2170
New Contributors
- @amarjit03 made their first contribution in #2165
- @thetillhoff made their first contribution in #2170
Full Changelog: v3.3.8...v3.3.9
v2.27.7
What's Changed
- Update dependencies in v2 series by @meatballhat in #2159
Full Changelog: v2.27.6...v2.27.7
v1.22.17
What's Changed
- Update dependencies in v1 series by @meatballhat in #2158
Full Changelog: v1.22.16...v1.22.17
v3.3.8
What's Changed
- Remove "alpha" wording around
v3
series by @meatballhat in #2155
Full Changelog: v3.3.7...v3.3.8
v3.3.7
What's Changed
- fix: add missing
IsLocal
for BoolWithInverseFlag by @huiyifyj in #2151 - Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by @Ali-Doustkani in #2152
New Contributors
- @Ali-Doustkani made their first contribution in #2152
Full Changelog: v3.3.6...v3.3.7
v3.3.6
What's Changed
- Fish completions with identically named sub-commands now work by @bittrance in #2130
Full Changelog: v3.3.5...v3.3.6