with rust do as well

This commit is contained in:
Kasper Juul Hermansen 2022-11-05 23:06:15 +01:00
parent 52f44f7c2e
commit 60623df003
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -9,6 +9,11 @@ import (
type GoCliPlugin struct{}
// Do implements register.Plugin
func (*GoCliPlugin) Do(ctx context.Context, commandName string, args map[string]string) error {
panic("unimplemented")
}
func (*GoCliPlugin) About(ctx context.Context) (*register.About, error) {
return &register.About{
Name: "rust",