| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-14 | 2.6 kB | |
| v3.12.0 source code.tar.gz | 2026-09-14 | 6.8 MB | |
| v3.12.0 source code.zip | 2026-09-14 | 6.9 MB | |
| Totals: 3 Items | 13.8 MB | 1 | |
What's Changed
- feat: add Command.ArgValidator for tree-wide argument validation by @dearchap in https://github.com/urfave/cli/pull/2377
- Single-value arguments can be marked as required by @idelchi in https://github.com/urfave/cli/pull/2393
- docs: clarify that named Arguments are excluded from cmd.Args() by @dearchap in https://github.com/urfave/cli/pull/2411
- fix: never run command action on shell completion past a double dash by @dearchap in https://github.com/urfave/cli/pull/2412
- chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 by @app/dependabot in https://github.com/urfave/cli/pull/2413
- Support custom FlagStringer for MutuallyExclusiveFlags by @SHIVANSHGARG07 in https://github.com/urfave/cli/pull/2414
- Add TextFlag for encoding.TextMarshaler/TextUnmarshaler values by @ChrisJr404 in https://github.com/urfave/cli/pull/2415
- chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 by @app/dependabot in https://github.com/urfave/cli/pull/2416
- chore(deps): bump the python-packages group with 2 updates by @app/dependabot in https://github.com/urfave/cli/pull/2417
- Show inherited persistent flags in child help by @justadityaraj in https://github.com/urfave/cli/pull/2421
- fix: preserve whitespace in positional arguments by @lenamonj in https://github.com/urfave/cli/pull/2423
- fix: preserve whitespace in equals-form flag values by @BenYang12 in https://github.com/urfave/cli/pull/2425
- fix: complete subcommand flags after positional arguments by @fzlzjerry in https://github.com/urfave/cli/pull/2426
- Fix a year-less timestamp layout losing January 1 by @youdie006 in https://github.com/urfave/cli/pull/2427
- docs: add go-size-analyzer, module version, and reflection by @imsumedhaa in https://github.com/urfave/cli/pull/2428
New Contributors
- @idelchi made their first contribution in https://github.com/urfave/cli/pull/2393
- @SHIVANSHGARG07 made their first contribution in https://github.com/urfave/cli/pull/2414
- @ChrisJr404 made their first contribution in https://github.com/urfave/cli/pull/2415
- @justadityaraj made their first contribution in https://github.com/urfave/cli/pull/2421
- @lenamonj made their first contribution in https://github.com/urfave/cli/pull/2423
- @BenYang12 made their first contribution in https://github.com/urfave/cli/pull/2425
- @youdie006 made their first contribution in https://github.com/urfave/cli/pull/2427
- @imsumedhaa made their first contribution in https://github.com/urfave/cli/pull/2428
Full Changelog: https://github.com/urfave/cli/compare/v3.11.0...v3.12.0