forked from x/icebergs
add some
This commit is contained in:
parent
03c5e3108a
commit
9f7a0fe1e6
@ -63,6 +63,8 @@ func _split_list(m *ice.Message, file string, arg ...string) ice.Map {
|
||||
ls = cb(ls)
|
||||
case func([]string):
|
||||
cb(ls)
|
||||
case func(string, []string):
|
||||
cb(text, ls)
|
||||
case nil:
|
||||
default:
|
||||
m.ErrorNotImplement(cb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user