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
8e3014911a
commit
81ed3fa12b
@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user