seamia / protodot

transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
BSD 3-Clause "New" or "Revised" License
410 stars 39 forks source link

Feature Request: Exclude missing nodes #16

Open jonfitt opened 1 year ago

jonfitt commented 1 year ago

I have a repository of protobuf files that use some basic types from another repo which is not available at the time when I am generating graphs. StringUtf8Value, BoolValue, ResourceName, that kind of thing. I really don't need them graphed.

I would like to exclude the diagramming of missing nodes as it clutters the output just pointing to a Node that says "this type is missing"

Thanks for your consideration, I love this tool it really helps to map things out in my mind.