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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user