Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jared98lyj authored Mar 7, 2021
1 parent b07b0a0 commit 5f828d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ todo, deadline, event {some task} - creates the respective task, date in yyyy-MM
delete {index} - deletes the respective task

find {keyword} {search type (optional)} - retrieves matching task according to keyword
and optional search parameter (p, pi, f)
and optional search parameter (p [default, partial search case sensitive], pi [partial case insensitive], f [full exact search])

done {index} - marks task as done

Expand Down Expand Up @@ -66,3 +66,10 @@ Now you have 1 tasks in the list

Here are the tasks in your list:
1. [D][] return book (by: Jun 20 2019)

### Finding a task (case insensitive search)

`find BOOK pi`

Here are the matching tasks in your list:
1. [D][] return book (by: Jun 20 2019)

0 comments on commit 5f828d2

Please sign in to comment.