Add support for experimental checks ("-e")

This commit is contained in:
2021-03-13 23:01:11 +02:00
parent 198acdb1a7
commit 122d9fd53c
2 changed files with 12 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ def process():
if "unsafe" in request.form:
args.append("-u")
if "experimental" in request.form:
args.append("-e")
# run subprocess and capture output as UTF-8 so we get a string instead of
# bytes for ansi2html
results = subprocess.run(