Compare commits

..

1 commit

View file

@ -34,8 +34,6 @@ def main():
parser.add_argument("input_filename", help="The markdown file to process.", nargs="?" if "--katex-server" in sys.argv else None)
parser.add_argument("--debug", action='store_true')
args = parser.parse_args()
# TODO: Accept path to unix socket for katexClient, then don't init our own,
# just connect to an existing one. For formátíking many files in a row.
if args.katex_server:
with KatexClient(connect=False) as katexClient: