mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
ee4c9352ee
Text.Pandoc.App.CommandLineOptions and pandoc-cli/src/pandoc.hs had similar code for generating version information. To avoid duplication, we now export `versionInfo` from Text.Pandoc.App [API change]. (The function is reexported from the non-public module Text.Pandoc.App.CommandLineOptions.) This function has three parameters that can be filled in when it is called by pandoc-cli. This change will make it simpler to revise version information.
pandoc-cli
This package provides the command-line document-conversion program pandoc.
There is not much to this package; all of the work is done by
the libraries pandoc and pandoc-server.
License
© 2006-2024 John MacFarlane (jgm@berkeley.edu). Released under the GPL, version 2 or greater. This software carries no warranty of any kind. (See COPYRIGHT for full copyright and warranty notices.)