Releases: urfave/cli
Releases · urfave/cli
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
v3.3.5
v3.3.4
What's Changed
- Fix Docs(issue_2125) Add PathFlag to StringFlag migration by @dearchap in #2136
- fix: remove extraneous space from subcommand help template by @G-Rath in #2140
- Fix:(issue_2135) Correct formatting of default subcommand USAGE text by @zzspoon in #2139
New Contributors
Full Changelog: v3.3.3...v3.3.4