We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7051379 commit a89cde2Copy full SHA for a89cde2
completions/xmllint
@@ -46,7 +46,7 @@ _comp_cmd_xmllint()
46
return
47
fi
48
49
- _comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)?(.gz)'
+ _comp_compgen_filedir '@(*ml|htm|svg?(z)|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)?(.gz)'
50
} &&
51
complete -F _comp_cmd_xmllint xmllint
52
completions/xmlwf
@@ -24,7 +24,7 @@ _comp_cmd_xmlwf()
24
25
26
27
- _comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page)'
+ _comp_compgen_filedir '@(*ml|htm|svg|xs[dl]|rng|wsdl|jnlp|tld|dbk|docbook|page|rss)'
28
29
complete -F _comp_cmd_xmlwf xmlwf
30
0 commit comments