]> git.scottworley.com Git - paperdoorknob/blobdiff - paperdoorknob.py
--pandoc flag
[paperdoorknob] / paperdoorknob.py
index 91909a332552e285d6b5175fee5559b6557da096..a31b659d2d403c67e0a44d4e32ebfd218168cc1d 100644 (file)
@@ -30,6 +30,7 @@ def command_line_parser() -> ArgumentParser:
         help='The filename stem at which to write output ' +
              '(eg: "%(default)s" produces %(default)s.text, %(default)s.pdf, etc.)',
         default='book')
+    parser.add_argument('--pandoc', help='Location of the pandoc executable')
     parser.add_argument(
         '--timeout',
         help='How long to wait for HTTP requests, in seconds',