running todo
TODO app
"todo": {
"forms": [
}, {
"name": "Add new task",
"arguments": ["new:text:Text of new task that you want to add to list:awesome task"]
},
{
"name": "Mark task as complete",
"arguments": ["complete:number:index of action that you want to mark as complete:1"]
},
{
"name": "list items",
"arguments": ["rm:number:index of action that you want to remove:1"]
}
]
},