diff --git a/core/code/vimer.go b/core/code/vimer.go index d2a7bc5a..9c24834f 100644 --- a/core/code/vimer.go +++ b/core/code/vimer.go @@ -114,7 +114,7 @@ func init() { } } }}, - nfs.MODULE: {Name: "module name*=hi help type*=Hash,Zone,Code main*=main.go zone top", Help: "创建模块", Hand: func(m *ice.Message, arg ...string) { + nfs.MODULE: {Name: "module name*=hi help type*=Hash,Zone,Code main*=main.go zone* top", Help: "创建模块", Hand: func(m *ice.Message, arg ...string) { m.Cmdy(AUTOGEN, nfs.MODULE, arg) }}, nfs.SCRIPT: {Name: "script file*", Help: "脚本", Hand: func(m *ice.Message, arg ...string) {