forked from x/icebergs
add some
This commit is contained in:
parent
170365ddab
commit
805cfbcc25
@ -138,6 +138,7 @@ func init() {
|
|||||||
m.Cmdy(TEMPLATE, kit.Ext(m.Option(mdb.FILE)), m.Option(nfs.FILE), m.Option(nfs.PATH))
|
m.Cmdy(TEMPLATE, kit.Ext(m.Option(mdb.FILE)), m.Option(nfs.FILE), m.Option(nfs.PATH))
|
||||||
}},
|
}},
|
||||||
COMPLETE: {Hand: func(m *ice.Message, arg ...string) {
|
COMPLETE: {Hand: func(m *ice.Message, arg ...string) {
|
||||||
|
return
|
||||||
m.Cmdy(COMPLETE, kit.Ext(m.Option(mdb.FILE)), m.Option(nfs.FILE), m.Option(nfs.PATH))
|
m.Cmdy(COMPLETE, kit.Ext(m.Option(mdb.FILE)), m.Option(nfs.FILE), m.Option(nfs.PATH))
|
||||||
}},
|
}},
|
||||||
COMPILE: {Hand: func(m *ice.Message, arg ...string) {
|
COMPILE: {Hand: func(m *ice.Message, arg ...string) {
|
||||||
|
2
info.go
2
info.go
@ -222,7 +222,7 @@ func SplitCmd(name string, actions Actions) (list []Any) {
|
|||||||
push(html.BUTTON, "next")
|
push(html.BUTTON, "next")
|
||||||
push(html.TEXT, "offend")
|
push(html.TEXT, "offend")
|
||||||
push(html.TEXT, "limit")
|
push(html.TEXT, "limit")
|
||||||
case ARGS, CONTENT, html.TEXTAREA, html.TEXT, "extra":
|
case ARGS, CONTENT, html.TEXTAREA, html.TEXT, "info", "extra":
|
||||||
push(html.TEXTAREA, ls[i])
|
push(html.TEXTAREA, ls[i])
|
||||||
case html.PASSWORD:
|
case html.PASSWORD:
|
||||||
push(html.PASSWORD, ls[i])
|
push(html.PASSWORD, ls[i])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user