Skip to content

Commit 81ed3fa

Browse files
17o2kvid
authored andcommitted
Remove references for unsupported output formats
Remove the references in the CLI help, but keep the placeholders elsewhere in the code as a TODO
1 parent 8e30149 commit 81ed3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wireviz/wv_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
from wireviz.wv_helper import open_file_read
1515

1616
format_codes = {
17-
"c": "csv",
17+
# "c": "csv",
1818
"g": "gv",
1919
"h": "html",
2020
"p": "png",
21-
"P": "pdf",
21+
# "P": "pdf",
2222
"s": "svg",
2323
"t": "tsv",
2424
}

0 commit comments

Comments
 (0)