Remove references for unsupported output formats

Remove the references in the CLI help, but keep the placeholders elsewhere in the code as a TODO
This commit is contained in:
Daniel Rojas 2024-05-09 14:10:19 +02:00 committed by KV
parent 8e3014911a
commit 81ed3fa12b

View File

@ -14,11 +14,11 @@ from wireviz import APP_NAME, __version__
from wireviz.wv_helper import open_file_read from wireviz.wv_helper import open_file_read
format_codes = { format_codes = {
"c": "csv", # "c": "csv",
"g": "gv", "g": "gv",
"h": "html", "h": "html",
"p": "png", "p": "png",
"P": "pdf", # "P": "pdf",
"s": "svg", "s": "svg",
"t": "tsv", "t": "tsv",
} }