mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
completions/pandoc: deprecate --self-contained, add replacements
Closes #12385
This commit is contained in:
committed by
Johannes Altmanninger
parent
78b33eb47b
commit
41c2f8b9e0
@@ -22,7 +22,9 @@ complete -c pandoc -s s -l standalone
|
||||
complete -c pandoc -l strip-comments
|
||||
complete -c pandoc -l toc -l table-of-contents
|
||||
complete -c pandoc -l no-highlight
|
||||
complete -c pandoc -l self-contained
|
||||
complete -c pandoc -l self-contained # deprecated: replaced by the following two options
|
||||
complete -c pandoc -l standalone
|
||||
complete -c pandoc -l embed-resources
|
||||
complete -c pandoc -l html-q-tags
|
||||
complete -c pandoc -l ascii
|
||||
complete -c pandoc -l reference-links
|
||||
|
||||
Reference in New Issue
Block a user