| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-16 | 2.2 kB | |
| v3.11.0 source code.tar.gz | 2026-08-16 | 6.8 MB | |
| v3.11.0 source code.zip | 2026-08-16 | 6.9 MB | |
| Totals: 3 Items | 13.7 MB | 1 | |
What's Changed
- fix: correct a typo in the help message for the powershell autocompletion by @suzuki-shunsuke in https://github.com/urfave/cli/pull/2383
- Escape backslashes in fish completion descriptions by @mahirhir in https://github.com/urfave/cli/pull/2378
- chore(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in https://github.com/urfave/cli/pull/2389
- chore(deps): bump mkdocs-material from 9.7.6 to 9.7.7 in the python-packages group by @dependabot[bot] in https://github.com/urfave/cli/pull/2391
- chore(deps): bump actions/setup-python from 6 to 7 by @dependabot[bot] in https://github.com/urfave/cli/pull/2390
- fix: skip all hidden flags in shell completion, not just bool flags by @vidigoat in https://github.com/urfave/cli/pull/2388
- Fix nil pointer dereference for interface-typed flag values by @mrueg in https://github.com/urfave/cli/pull/2400
- Fix index out of range panic when Run is given no arguments by @mrueg in https://github.com/urfave/cli/pull/2401
- fix: honor BoolWithInverseFlag DefaultText by @fzlzjerry in https://github.com/urfave/cli/pull/2403
- Fix Issue [#2385] by @BrandonIrizarry in https://github.com/urfave/cli/pull/2386
- fix: inherit HideHelpCommand in subcommands by @utkarshalpha in https://github.com/urfave/cli/pull/2395
- test: cover Run-with-no-arguments paths (#2406) by @dearchap in https://github.com/urfave/cli/pull/2407
- test: add shell-completion case for hidden BoolWithInverseFlag by @dearchap in https://github.com/urfave/cli/pull/2408
- test: fix ineffective mutex error-string assertion and add mirror cases by @dearchap in https://github.com/urfave/cli/pull/2410
New Contributors
- @mahirhir made their first contribution in https://github.com/urfave/cli/pull/2378
- @vidigoat made their first contribution in https://github.com/urfave/cli/pull/2388
- @fzlzjerry made their first contribution in https://github.com/urfave/cli/pull/2403
- @BrandonIrizarry made their first contribution in https://github.com/urfave/cli/pull/2386
- @utkarshalpha made their first contribution in https://github.com/urfave/cli/pull/2395
Full Changelog: https://github.com/urfave/cli/compare/v3.10.1...v3.11.0