1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-05 23:06:03 +02:00
zsh/Completion/User/_configure
2000-05-08 08:58:37 +00:00

10 lines
343 B
Plaintext

#compdef configure
_arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
-s '((#s)--disable- --enable-
(#s)--enable- --disable-
(#s)--with- --without-
(#s)--without- --with-)' \
'*=(E|)PREFIX*:prefix directory:_files -/' \
'*=PROGRAM*:program:_command_names -e'