added html to cli

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-12-04 16:20:17 +01:00
parent a062ab1937
commit b0fc1e7189

View File

@ -41,6 +41,7 @@ class InputFormat(str, Enum):
class OutputFormat(str, Enum):
MARKDOWN = "md"
JSON = "json"
HTML = "html"
TEXT = "text"
DOCTAGS = "doctags"