Add things
This commit is contained in:
@ -82,3 +82,7 @@ func doTick() tea.Cmd {
|
||||
return tickMsg(t)
|
||||
})
|
||||
}
|
||||
|
||||
type TaskPickedMsg struct {
|
||||
Task *taskwarrior.Task
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user