go-mastodon/cmd/mstdn/cmd_mikami.go

10 lines
175 B
Go
Raw Normal View History

2017-04-26 17:56:28 +02:00
package main
import (
2022-11-27 05:24:42 +01:00
"github.com/urfave/cli/v2"
2017-04-26 17:56:28 +02:00
)
func cmdMikami(c *cli.Context) error {
2017-05-02 19:29:15 +02:00
return xSearch(c.App.Metadata["xsearch_url"].(string), "三上", c.App.Writer)
2017-04-26 17:56:28 +02:00
}