keith / zsh-xcode-completions

Zsh completion for the Xcode command line tools
MIT License
57 stars 5 forks source link

xcodebuild: Fix code completion for Zsh 5.9 and xcodebuild 14.3.1 #16

Closed PatTheMav closed 1 year ago

PatTheMav commented 1 year ago

Fixes a current bug with the xcodebuild completion that breaks completion for arguments (Zsh would print the first set of available arguments, but then also print optional completions and completions that require a specific argument).

This also makes the build action available for completion at arbitrary points in the command (a missing hyphen will trigger the _actions completion).