Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluiexo authored and Pluiexo committed Feb 22, 2024
1 parent 5bb4c77 commit 83fb286
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ delivers a beautiful smart personal assistant to interact with.
* [Todo](#todo)
* [Deadline](#deadline)
* [Event](#event)
* [Specification for DateTimeFormat](#specification-for-datetimeformat)
2. [Manage Task](#manage-task)
3. [Query Task](#query-task)
* [Find](#find)
Expand Down Expand Up @@ -173,16 +174,18 @@ When you know specific information about task and you wish to find a specific ta
### Find

Finds in the description of each task if it matches the keyword

Usage: `find [KEYWORD]`

### View

View the all the task being scheduled on that date.

Usage: `view [DateFormats]`

<sub>**Refer to the section above for the specification of [DateFormat]**</sub>

> If your [DateTimeFormat] is invalid when adding the task, Plato will not show them in here when you try to search for it.
> If your [DateTimeFormat] is invalid when adding the task, Plato will not show them in the results when you try to search for it.
Examples:
```
Expand Down

0 comments on commit 83fb286

Please sign in to comment.