Set custom plugin name for builtins
This commit is contained in:
parent
2511a848d6
commit
8d52d9311e
@ -15,4 +15,5 @@ var CommandOptions = []sdk.Option{
|
||||
&command.Command{},
|
||||
&host.AlwaysTrueHost{},
|
||||
),
|
||||
sdk.WithName("myplugin"),
|
||||
}
|
||||
|
||||
@ -8,4 +8,5 @@ var CommandOptions = []sdk.Option{
|
||||
sdk.WithComponents(
|
||||
&Command{},
|
||||
),
|
||||
sdk.WithName("otherplugin"),
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user