diff options
| author | Albert Krewinkel <[email protected]> | 2023-02-22 12:32:32 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-19 12:33:04 +0100 |
| commit | ec1a06f5effcf57c6c8d1bd30c47e316a2f13206 (patch) | |
| tree | ebf5cbcc3678867e2e902a4425210597d9d130ff /pandoc-lua-engine | |
| parent | 203a652e4318a6bce2685ea02b16c669b36fc16a (diff) | |
lua-filters.md: autogenerate parts of the Lua API docs
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs index 89c9741af..37aa719f7 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs @@ -79,7 +79,7 @@ repl = defun "repl" repl') <#> opt (parameter (typeChecked "table" istable pure) "table" "env" ("Extra environment; the global environment is merged into this" <> - "table.")) + " table.")) =?> T.unlines [ "The result(s) of the last evaluated input, or nothing if the last" , "input resulted in an error." |
