with rust do as well
This commit is contained in:
@@ -9,6 +9,11 @@ import (
|
|||||||
|
|
||||||
type GoCliPlugin struct{}
|
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) {
|
func (*GoCliPlugin) About(ctx context.Context) (*register.About, error) {
|
||||||
return ®ister.About{
|
return ®ister.About{
|
||||||
Name: "rust",
|
Name: "rust",
|
||||||
|
Reference in New Issue
Block a user