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:
parent
fe85305504
commit
0a80fbdbf2
1 changed files with 9 additions and 0 deletions
9
Completion/Unix/Command/_configure
Normal file
9
Completion/Unix/Command/_configure
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue