charmbracelet / kancli

A tutorial for building a command line kanban board in Go
171 stars 30 forks source link

error when hitting enter on an empty list #6

Closed bashbunni closed 1 year ago

bashbunni commented 1 year ago

If you hit enter on an empty list you get an error. What needs to happen to fix it is that we need to do a check for if the list is empty before trying to make modifications