usage 3.5.3 - #289532
Merged
Merged
Conversation
botantony
approved these changes
Jun 23, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
zsh: preserve options for default completion (#693 by @jdx, fixes #692). The
_usage_default_completehandler emitted byusage generate completion-init zshcalledemulate -L zsh, which reset shell options before falling back to_filesfor non-usage commands. Withnomatchre-enabled, zsh treated internal tags like*:globbed-filesas real globs, producing errors such asno matches found: *:globbed-fileswhen completing things likeemacs <TAB>. The generated init now runssetopt localoptions nonomatch extendedglobimmediately afteremulate -L zsh, so the_filesfallback sees the option state it expects. Re-runusage generate completion-init zshand reload your shell to pick up the fix.docs: show negated flags in CLI help (#694 by @jdx). Boolean flags declared with a
negatealias previously rendered only the positive form inusageCLI help output. They now render as--flag / --no-flagin both short and long help, and the help column width is calculated from the displayed usage so descriptions stay aligned:Full Changelog: jdx/usage@v3.5.2...v3.5.3
💚 Sponsor usage
usage is built by @jdx at en.dev — an independent developer-tooling studio behind mise, aube, hk, and more. Work on usage is funded by sponsorships.
If
usagepowers CLI specs, docs, or completions for a tool you maintain or use, please consider sponsoring at en.dev. Every sponsorship helps the project stay independent and moving.View the full release notes at https://github.com/jdx/usage/releases/tag/v3.5.3.