pope410211 / TIY-Assignments

0 stars 0 forks source link

Uncheck Something #8

Open pope410211 opened 9 years ago

pope410211 commented 9 years ago
I can uncheck a task so that I can fix accidental checks
$> todo ls
[X] 1) Remember the milk

$> todo undo
usage: todo undo <task#>

$> todo undo 1
Completed: "Remember the milk"

$> todo ls
[ ] 1) Remember the milk