We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20685a2 commit 9be9fbbCopy full SHA for 9be9fbb
1 file changed
scripts/helpers/phpdoc-completion.sh
@@ -12,25 +12,25 @@ _phpdoc()
12
--srcdir=
13
--basedir=
14
--rootdir=
15
- --enable-force-dom-save
16
--enable-chm
17
- --enable-howto
18
- --with-lang=
19
- --disable-segfault-error
20
- --disable-segfault-speed
+ --enable-xml-details
21
--disable-version-files
+ --disable-sources-file
+ --disable-history-file
22
--disable-libxml-check
23
--with-php=
+ --with-lang=
24
--with-partial=
25
- --generate=
26
- --output=
27
--disable-broken-file-listing
28
- --redirect-stderr-to-stdout"
+ --disable-xpointer-reporting
+ --redirect-stderr-to-stdout
+ --output=
+ --generate="
29
30
if [[ ${cur} == -* ]] ; then
31
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
32
return 0
33
fi
34
}
35
36
-complete -F _phpdoc phpdoc
+complete -F _phpdoc phpdoc
0 commit comments