Skip to content

Commit

Permalink
Remove references for unsupported output formats
Browse files Browse the repository at this point in the history
Remove the references in the CLI help, but keep the placeholders elsewhere in the code as a TODO
  • Loading branch information
formatc1702 authored and kvid committed May 19, 2024
1 parent 2b7062b commit de1a410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wireviz/wv_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
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",
}
Expand Down

0 comments on commit de1a410

Please sign in to comment.