pgraph: graphviz: Update Graphviz lib to quote names properly

This also moves the library to after the graph starts so that the kind
fields will be visible.
This commit is contained in:
James Shubin
2017-03-05 23:00:46 -05:00
parent 8d94be8924
commit a0686b7d2b
3 changed files with 23 additions and 15 deletions

View File

@@ -241,7 +241,7 @@ func CLI(program, version string, flags Flags) error {
},
cli.StringFlag{
Name: "graphviz-filter, gf",
Value: "dot", // directed graph default
Value: "",
Usage: "graphviz filter to use",
},
cli.IntFlag{