App: extract command line options to separate module
This commit is contained in:
parent
b826fe7086
commit
fd3c8cd8c7
3 changed files with 1101 additions and 1036 deletions
|
@ -514,7 +514,8 @@ library
|
|||
Text.Pandoc.ImageSize,
|
||||
Text.Pandoc.BCP47,
|
||||
Text.Pandoc.Class
|
||||
other-modules: Text.Pandoc.Filter.JSON,
|
||||
other-modules: Text.Pandoc.App.CommandLineOptions,
|
||||
Text.Pandoc.Filter.JSON,
|
||||
Text.Pandoc.Filter.Lua,
|
||||
Text.Pandoc.Filter.Path,
|
||||
Text.Pandoc.Readers.Docx.Lists,
|
||||
|
|
File diff suppressed because it is too large
Load diff
1091
src/Text/Pandoc/App/CommandLineOptions.hs
Normal file
1091
src/Text/Pandoc/App/CommandLineOptions.hs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue