Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Update USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Whodiduexpect authored Mar 1, 2020
1 parent c78e87a commit 0d8229e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Marked assignment #1111111 as complete
```

# The `list` command
The `list` command lists the assignments. Currently, it has 2 optional categories, which are `current` and `completed`. The reason these categories are optional is that by default it's `current`, as to not require an unnecessary long command.
The `list` command lists the assignments. Currently, it has 3 optional categories, which are `current`, `completed`, and `added` (assignments added via the `add` command). The reason these categories are optional is that by default it's `current`, as to not require an unnecessary long command.
## Example Usage
`python assignment_list.py list` OR `python assignment_list.py list current`
`python assignment_list.py list` or `python assignment_list.py list current`
```
Assignment Assignment ID Class Name Due Date
0 Test Assignment #1 1111111 Last, F TESTCLASS I(1) 1/01/2019
Expand Down

0 comments on commit 0d8229e

Please sign in to comment.