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
parent 591ae7f84a
commit 50d29172ee

View File

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