mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
11 lines
481 B
Fish
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"
|