[ci-base] fix last PR
This commit is contained in:
parent
285bdbe774
commit
95eccae9c1
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ func (p dagrePlugin) Info(ctx context.Context) (*PluginInfo, error) {
|
||||||
return &PluginInfo{
|
return &PluginInfo{
|
||||||
Name: "dagre",
|
Name: "dagre",
|
||||||
Type: "bundled",
|
Type: "bundled",
|
||||||
|
Features: []PluginFeature{},
|
||||||
ShortHelp: "The directed graph layout library Dagre",
|
ShortHelp: "The directed graph layout library Dagre",
|
||||||
LongHelp: fmt.Sprintf(`dagre is a directed graph layout library for JavaScript.
|
LongHelp: fmt.Sprintf(`dagre is a directed graph layout library for JavaScript.
|
||||||
See https://d2lang.com/tour/dagre for more.
|
See https://d2lang.com/tour/dagre for more.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue