sifive / wit

Workspace Integration Tool
Apache License 2.0
22 stars 13 forks source link

Add wit inspect --dot --simple. #262

Open richardxia opened 3 years ago

richardxia commented 3 years ago

This adds a --simple mode for wit inspect --dot that collapses all the versions of the same package into a single node, which makes it easier to read the output graph, especially for larger graphs that have multiple dependencies on the same package.

I haven't thoroughly tested this other than running it with the new flag and lightly inspecting the output graph.