mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
10 lines
343 B
Plaintext
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'
|