updated via script

main
m455 2018-04-16 23:07:16 -04:00
parent f917f2452b
commit 87b3851e0f
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# rodo
A command-line todo list in Racket
* `init`: initialize a file in ~/.rodo/todo-list
* `init`--> initializes a file in ~/.rodo/todo-list
Example: `rodo init`
* `ls`: lists items on the list
* `ls`--> lists items on the list
Example: `rodo rm 1`
* `add`: adds an item to the list
* `add`--> adds an item to the list
Example: `rodo add bread`
@ -18,7 +18,7 @@ A command-line todo list in Racket
`rodo add "go to the bank"` <-- **This is currently broken**
* `rm`: removes an item from the list
* `rm`--> removes an item from the list
Example: `rodo rm 1`