updated README.md to be a little more useful
parent
a26aa06c26
commit
c4e837b533
|
@ -1,6 +1,12 @@
|
||||||
# rodo
|
# rodo
|
||||||
A command-line todo list in Racket
|
A command-line todo list in Racket
|
||||||
|
|
||||||
|
***Current bugs:***
|
||||||
|
|
||||||
|
* removing the "0th" item will remove all items in the list. **Example:** `rodo rm 0`
|
||||||
|
|
||||||
|
* removing items longest than the list will throw an error. **Example:** You have a list longer than 3 and you `rodo rm 7`
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
### `init`
|
### `init`
|
||||||
|
|
Loading…
Reference in New Issue