1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-07 21:56:54 +08:00
This commit is contained in:
harveyshao 2021-09-28 18:27:19 +08:00
parent 142ae19c04
commit 8369d4e0f2

View File

@ -133,13 +133,11 @@ const (
const INSTALL = "install"
func init() {
Index.Merge(&ice.Context{
Configs: map[string]*ice.Config{
Index.Merge(&ice.Context{Configs: map[string]*ice.Config{
INSTALL: {Name: INSTALL, Help: "安装", Value: kit.Data(
kit.MDB_SHORT, kit.MDB_NAME, kit.MDB_PATH, ice.USR_INSTALL,
)},
},
Commands: map[string]*ice.Command{
}, Commands: map[string]*ice.Command{
INSTALL: {Name: "install name port path auto download", Help: "安装", Meta: kit.Dict(), Action: map[string]*ice.Action{
web.DOWNLOAD: {Name: "download link path", Help: "下载", Hand: func(m *ice.Message, arg ...string) {
_install_download(m)