1 Star 0 Fork 0

蒙蒙的男孩 / eosc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
download.go 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
蒙蒙的男孩 提交于 2024-01-10 11:57 . 0.15.2
package eoscli
import (
"github.com/urfave/cli/v2"
)
var CmdDownload = "download"
func Download() *cli.Command {
return &cli.Command{
Name: CmdLeave,
Usage: "leave the cluster",
Flags: []cli.Flag{},
Action: LeaveFunc,
}
}
// DownloadFunc download plugin
func DownloadFunc(c *cli.Context) error {
return nil
}
1
https://gitee.com/meng_mengs_boys/eosc.git
git@gitee.com:meng_mengs_boys/eosc.git
meng_mengs_boys
eosc
eosc
v1.15.7

搜索帮助

53164aa7 5694891 3bd8fe86 5694891