| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-12 | 1.0 kB | |
| v3.4.0 source code.tar.gz | 2025-08-12 | 6.8 MB | |
| v3.4.0 source code.zip | 2025-08-12 | 6.9 MB | |
| Totals: 3 Items | 13.7 MB | 0 | |
What's Changed
- Export help display functions as variables to allow custom help display logic by @almas-x in https://github.com/urfave/cli/pull/2150
- Invoke OnUsageError when missing required flags by @MohitPanchariya in https://github.com/urfave/cli/pull/2161
- Fix:(issue_2169) Allow trim space for string slice flags by @dearchap in https://github.com/urfave/cli/pull/2171
- Add example of flag groups to docs by @jllovet in https://github.com/urfave/cli/pull/2178
- Add installation instructions for gfmrun by @jllovet in https://github.com/urfave/cli/pull/2177
- Ensure public vars reference public types by @meatballhat in https://github.com/urfave/cli/pull/2180
New Contributors
- @almas-x made their first contribution in https://github.com/urfave/cli/pull/2150
- @MohitPanchariya made their first contribution in https://github.com/urfave/cli/pull/2161
- @jllovet made their first contribution in https://github.com/urfave/cli/pull/2178
Full Changelog: https://github.com/urfave/cli/compare/v3.3.9...v3.4.0