pope410211 / TIY-Assignments

0 stars 0 forks source link

Delete the something #5

Open pope410211 opened 9 years ago

pope410211 commented 9 years ago
I can delete a task so that I don't complete a task that no longer needs to be done.
$> todo ls
[ ] 1) Remember the milk

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

$> todo delete 1
Deleted: "Remember the milk"

$> todo ls
To add a task to your list:
      $> todo add "Remember the milk"