Skip to content

Commit 9be9fbb

Browse files
authored
Update phpdoc completion script options (#290)
1 parent 20685a2 commit 9be9fbb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

scripts/helpers/phpdoc-completion.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ _phpdoc()
1212
--srcdir=
1313
--basedir=
1414
--rootdir=
15-
--enable-force-dom-save
1615
--enable-chm
17-
--enable-howto
18-
--with-lang=
19-
--disable-segfault-error
20-
--disable-segfault-speed
16+
--enable-xml-details
2117
--disable-version-files
18+
--disable-sources-file
19+
--disable-history-file
2220
--disable-libxml-check
2321
--with-php=
22+
--with-lang=
2423
--with-partial=
25-
--generate=
26-
--output=
2724
--disable-broken-file-listing
28-
--redirect-stderr-to-stdout"
25+
--disable-xpointer-reporting
26+
--redirect-stderr-to-stdout
27+
--output=
28+
--generate="
2929

3030
if [[ ${cur} == -* ]] ; then
3131
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
3232
return 0
3333
fi
3434
}
3535

36-
complete -F _phpdoc phpdoc
36+
complete -F _phpdoc phpdoc

0 commit comments

Comments
 (0)