1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2022-12-03 14:26:29 +08:00
parent ccca1f74b0
commit 9b46681751

View File

@ -43,7 +43,7 @@ const CMD = "cmd"
func init() {
Index.MergeCommands(ice.Commands{
CMD: {Name: "cmd path auto upload up home", Help: "命令", Actions: ice.MergeActions(
mdb.HashAction(mdb.SHORT, mdb.TYPE, nfs.PATH, nfs.PWD), ctx.CmdAction(), web.ApiAction(), aaa.WhiteAction(),
mdb.HashAction(mdb.SHORT, mdb.TYPE, nfs.PATH, nfs.PWD), ctx.CmdAction(), web.ApiAction(), aaa.WhiteAction(ice.RUN),
), Hand: func(m *ice.Message, arg ...string) {
if _cmd_file(m, arg...) {
return