| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-14 | 1.1 kB | |
| v3.10.0 source code.tar.gz | 2026-06-14 | 6.8 MB | |
| v3.10.0 source code.zip | 2026-06-14 | 6.9 MB | |
| Totals: 3 Items | 13.7 MB | 1 | |
What's Changed
- feat: add Flag.SchemaType() and Flag.SchemaItemsType() for JSON Schema introspection by @dearchap in https://github.com/urfave/cli/pull/2368
- feat: add Command.Walk() and Command.Path() convenience methods by @dearchap in https://github.com/urfave/cli/pull/2353
- fix: let --help flag take precedence over parse errors by @dearchap in https://github.com/urfave/cli/pull/2360
- fix: resolve remaining help invocation inconsistencies by @dearchap in https://github.com/urfave/cli/pull/2361
- fix: skip After hook when help is displayed on subcommand by @dearchap in https://github.com/urfave/cli/pull/2363
- fix: show GLOBAL OPTIONS in SubcommandHelpTemplate by @dearchap in https://github.com/urfave/cli/pull/2359
- fix: resolve broken links in CHANGELOG.md by @dearchap in https://github.com/urfave/cli/pull/2357
- docs: document what happened to build tags in v3 migration guide by @dearchap in https://github.com/urfave/cli/pull/2358
- Various docs updates and dependency bumps
Full Changelog: https://github.com/urfave/cli/compare/v3.9.1...v3.10.0