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:
parent
591ae7f84a
commit
50d29172ee
@ -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",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user