Skip to content

Commit

Permalink
Merge branch 'master' into add-commandhistory-dg
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-goh authored Nov 1, 2024
2 parents 190cdbe + c05c3d6 commit 2e28141
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,17 @@ delete ID
Examples:
* `delete 12345678` will delete student contact with `ID: 12345678`.
### Finding a person : `find`
Finds the specified person from EduContacts and displays their details.
Format: `find ID`
* Finds student with the specified `ID`.
Examples:
* `find 12345678` will find student contact with `ID: 12345678` and display their details.
### Clearing all entries : `clear`
Clears all entries from EduContacts.
Expand Down Expand Up @@ -313,6 +324,7 @@ Action | Format, Examples
**Clear** | `clear`
**Delete** | `delete ID`<br> e.g., `delete 12345678`
**Edit** | `edit ID [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [c/COURSE] [t/TAG]…​`<br> e.g.,`edit 12345678 p/91234567 e/[email protected]`
**Filter** | `find [n/NAME] [c/COURSE] [m/MODULE]`<br> e.g., `find n/James Jake`
**Filter** | `filter [n/NAME] [c/COURSE] [m/MODULE]`<br> e.g., `filter n/James Jake`
**Find** | `find ID`<br> e.g., `find 12345678`
**List** | `list`
**Help** | `help`

0 comments on commit 2e28141

Please sign in to comment.