TO-DO LIST

This is a simple TO-DO List app that will run only in the terminal.

We can store the values as a csv or a json file.

Comands

Show all TODO items
> cargo run show
    
Add a TODO item
> cargo run add "Add Help Page"
    
Remove a TODO item
> cargo run remove "add help page"
> cargo run remove 0
    
Update a TODO item
> cargo run update "add help page"
> cargo run update 2