pandoc-cli: Include pandoc copyright in Lua version info

This commit is contained in:
Albert Krewinkel
2024-06-28 11:10:58 +02:00
parent 522302a97e
commit 22ca9e7a20
+4 -2
View File
@@ -41,8 +41,10 @@ runLuaInterpreter progName args = do
where
runStandaloneWithHistory histfile = do
let settings = Settings
{ settingsVersionInfo = "\nEmbedded in pandoc " <>
pandocVersionText
{ settingsVersionInfo =
"\nEmbedded in pandoc " <>
pandocVersionText <>
" Copyright (C) 2006-2024 John MacFarlane"
, settingsRunner = runner
, settingsHistory = Just histfile
}