mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
pandoc-cli: Include pandoc copyright in Lua version info
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user