Added --data-dir to valid options for markdown2pdf.
This commit is contained in:
parent
fe39a06e24
commit
e578b7f3d3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ main = bracket
|
|||
"--include-before-body","--include-after-body",
|
||||
"--custom-header","--output",
|
||||
"--template", "--variable",
|
||||
"--csl", "--bibliography"]
|
||||
"--csl", "--bibliography", "--data-dir"]
|
||||
let isOpt ('-':_) = True
|
||||
isOpt _ = False
|
||||
let opts = filter isOpt args
|
||||
|
|
Loading…
Add table
Reference in a new issue