Skip to content

Commit

Permalink
Edit the user guide for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
niqiukun committed Sep 27, 2019
1 parent 3fe22ff commit f5600a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ checkstyle {

shadowJar {
archiveBaseName = "duke"
archiveVersion = "0.19"
archiveVersion = "0.2"
archiveClassifier = null
archiveAppendix = null
}
Expand Down
17 changes: 16 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example of usage:

`list (optional argument)`

`optional arugment` can be `todo`, `event` or `deadline`.
`optional arugment` can be `todo`, `event`, `deadline`, or `archive`.

Expected outcome:

Expand Down Expand Up @@ -115,6 +115,21 @@ Noted. I've archived this task:
Now you have n tasks in your list.
```

### `restore` - Restore tasks
Restore a specific task from the archive.

Example of usage:

`restore index_number`

Expected outcome:

```
Got it. I've restored this task:
[task type][status] task description
Now you have n tasks in your list.
```

### `find` - Search for tasks
Search for tasks using the search keyword.

Expand Down

0 comments on commit f5600a4

Please sign in to comment.