1
0
Fork 0
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:
Peter Stephenson 2009-12-14 21:35:02 +00:00
parent d9c5241fc5
commit c4b72029cd
2 changed files with 9 additions and 2 deletions

View file

@ -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'