2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 08:54:00 +00:00
fish-shell/share/completions/rst2xml.fish
2020-05-19 21:02:55 +02:00

11 lines
481 B
Fish

# Completions for Docutils common options
__fish_complete_docutils rst2xml
# Completions for Docutils standalone reader options
__fish_complete_docutils_standalone_reader rst2xml
# Completions for Docutils XML Writer options
complete -c rst2xml -l newlines -d "Generate XML with newlines"
complete -c rst2xml -l indents -d "Generate XML with indents"
complete -c rst2xml -l no-xml-declaration -d "Omit the XML declaration"
complete -c rst2xml -l no-doctype -d "Omit the DOCTYPE"