1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2022-02-20 23:03:14 +08:00
parent 256c60b57c
commit b9759648cc

View File

@ -7,7 +7,7 @@ import (
type hi struct {
ice.Zone
list string `name:"list zone id auto insert" help:"hi"`
list string `name:"list zone id auto insert" help:"示例"`
}
func (h hi) List(m *ice.Message, arg ...string) {