keith / zsh-xcode-completions

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

Support plutil modification flags #9

Closed kastiglione closed 6 years ago

kastiglione commented 6 years ago

This updates plutil to add support for the -insert, -replace, -remove, and -extract flags.

This change also avoids using state actions, instead using builtin completion functions.