mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-31 20:55:45 +00:00
Make `--bash-completion` an alias of `--completion=bash`. Reorganize option parsing code using a new data structure OptionSpec, which can encode the type of completion needed by each option. Add new unexported module Text.Pandoc.Completion. Unexported module Text.Pandoc.CommandLineOptions: export OptionSpec. Closes #8542.