1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2022-06-19 22:31:09 +08:00
parent ace01e577c
commit 0d532edfb8

View File

@ -109,7 +109,8 @@ func (m *Message) RenderCmd(index string, args ...Any) {
INPUTS, kit.UnMarshal(msg.Append(LIST)), FEATURE, kit.UnMarshal(msg.Append(META)), INPUTS, kit.UnMarshal(msg.Append(LIST)), FEATURE, kit.UnMarshal(msg.Append(META)),
))) )))
} }
m.RenderResult(kit.Format(Info.cans, list)) m.Echo(kit.Format(Info.cans, list))
m.RenderResult()
} }
func (m *Message) IsCliUA() bool { func (m *Message) IsCliUA() bool {