mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
27518: suggest some more configure argument patterns
This commit is contained in:
parent
d9c5241fc5
commit
c4b72029cd
2 changed files with 9 additions and 2 deletions
|
@ -6,4 +6,6 @@ _arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
|
|||
(#s)--with- --without-
|
||||
(#s)--without- --with-)' \
|
||||
'*=(E|)PREFIX*:prefix directory:_files -/' \
|
||||
'*=PROGRAM*:program:_command_names -e'
|
||||
'*=PROGRAM*:program:_command_names -e' \
|
||||
'*=NAME*executable*:program:_command_names -e' \
|
||||
'*=NAME*:file:_files'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue