Add -L option as shortcut for --lua-filter.

This commit is contained in:
John MacFarlane 2019-09-08 22:37:38 -07:00
parent 0558ea9836
commit 8696725cd9
2 changed files with 2 additions and 2 deletions

View file

@ -549,7 +549,7 @@ Reader options {.options}
Filters and lua-filters are applied in the order specified Filters and lua-filters are applied in the order specified
on the command line. on the command line.
`--lua-filter=`*SCRIPT* `-L` *SCRIPT*, `--lua-filter=`*SCRIPT*
: Transform the document in a similar fashion as JSON filters (see : Transform the document in a similar fashion as JSON filters (see
`--filter`), but use pandoc's build-in lua filtering system. The given `--filter`), but use pandoc's build-in lua filtering system. The given

View file

@ -428,7 +428,7 @@ options =
"PROGRAM") "PROGRAM")
"" -- "External JSON filter" "" -- "External JSON filter"
, Option "" ["lua-filter"] , Option "L" ["lua-filter"]
(ReqArg (ReqArg
(\arg opt -> return opt { optFilters = (\arg opt -> return opt { optFilters =
LuaFilter (normalizePath arg) : LuaFilter (normalizePath arg) :