diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-10-26 18:35:36 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-10-26 18:35:36 +0200 |
| commit | 4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6 (patch) | |
| tree | c3d4ef7aa76460795ecada6d284af72aac4d9242 /Completion/Unix/Command/_php | |
| parent | 49516: bail out early from matching control if command line content is too sh... (diff) | |
| download | zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.gz zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.bz2 zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.lz zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.xz zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.zst zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.zip | |
49519: quote completed options as needed and remove the now superfluous quotes from option specifications
Diffstat (limited to 'Completion/Unix/Command/_php')
| -rw-r--r-- | Completion/Unix/Command/_php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_php b/Completion/Unix/Command/_php index c4c4ab3e2..9a8f519b1 100644 --- a/Completion/Unix/Command/_php +++ b/Completion/Unix/Command/_php @@ -93,7 +93,7 @@ _php() { + '(hv)' # Help/version options; kept separate by convention '(- 1 *)'{-h,--help}'[display help information]' '(- 1 *)'{-v,--version}'[display version information]' - '!(- 1 *)'{-\?,-\\\?,--usage} + '!(- 1 *)'{-\?,--usage} + '(im)' # Info/module options (exclusive with everything but -c/-n) '(fi mc pb pf rf rn sc sv *)'{-i,--info}'[display configuration information (phpinfo())]' |
