This commit was merged in pull request #105.
This commit is contained in:
@@ -8,7 +8,7 @@ Add a `remaining` command to this task app that prints how many tasks are still
|
||||
|
||||
- Reuse the existing `pending()` method on `TaskList` in `tasks.py`; don't reimplement it.
|
||||
- Wire a `remaining` command into the dispatch in `cli.py`.
|
||||
- Running `python cli.py remaining` should print something like `2 pending` (the number of tasks not
|
||||
- Running `python3 cli.py remaining` should print something like `2 pending` (the number of tasks not
|
||||
marked done).
|
||||
|
||||
Make the change, then stop. I'll review the diff, then have you commit it on this branch.
|
||||
|
||||
Reference in New Issue
Block a user