aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli/server/PandocCLI
AgeCommit message (Collapse)Author
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-28Print starting server message to stderr instead of stdout.John MacFarlane
2022-10-28Issue message when starting up server indicating the port.John MacFarlane
2022-09-27pandoc-cli: support "lua" and "serve" as commandsAlbert Krewinkel
Pandoc behaves like `pandoc-lua` and `pandoc-server` if the first argument is `lua` and `serve`, respectively.
2022-09-27pandoc-cli: Avoid the CPP language extensionAlbert Krewinkel
Alternative behavior for the *server* flag is implemented by using separate modules.