1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

moved from Completion/User/_configure

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:46:54 +00:00
parent fe85305504
commit 0a80fbdbf2

View file

@ -0,0 +1,9 @@
#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'