forked from x/icebergs
add some
This commit is contained in:
parent
4b09f92531
commit
5f3e62cf71
@ -12,7 +12,7 @@ const TODO = "todo"
|
||||
|
||||
func init() {
|
||||
Index.MergeCommands(ice.Commands{
|
||||
TODO: {Help: "待办", Actions: ice.MergeActions(ice.Actions{
|
||||
TODO: {Help: "待办", Icon: "Reminders.png", Actions: ice.MergeActions(ice.Actions{
|
||||
mdb.INPUTS: {Hand: func(m *ice.Message, arg ...string) { mdb.HashInputs(m, arg).Cmdy(TASK, mdb.INPUTS, arg) }},
|
||||
cli.START: {Name: "start type=once,step,week", Hand: func(m *ice.Message, arg ...string) {
|
||||
m.Cmd(TASK, mdb.INSERT, m.OptionSimple("zone,type,name,text"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user