mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
0ce83fb133
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.