Skip to content

Commit

Permalink
Add command format to table in UG
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyLCK committed Apr 4, 2024
1 parent 662cf8b commit cb8243d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ Format: `exit`
| List Person | `list` | `list` |
| Edit Person | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [t/TAG]...` | `edit 2 n/James Lee e/[email protected]` |
| Find Person | `find KEYWORD [MORE_KEYWORDS]` | `find James Jake` |
| Sort People | `sort PERSON_PREFIX` | `sort n/` |
| Clear Person | `clear` | `clear` |
| Add Article | `add -a T/Title [A/Author1 ...] D/yyyy-mm-ddT00:00:00 [SRC/Source1 ...] C/Category S/Status` | `add -a T/iPhone 13 Review: The Latest Apple Flagship A/John Doe D/2024-03-19T12:30:45 SRC/Michael Lee C/New Releases S/DRAFT` |
| Delete Article | `delete -a [INDEX]` | `delete -a 1` |
Expand All @@ -382,6 +383,7 @@ Format: `exit`
| Find Article | `find -a KEYWORD [MORE_KEYWORDS]` | `find -a Monkey King` |
| Filter Article | `filter -a [S/Status] [TAG/Tag] [ST/Start date] [EN/End date]` | `filter -a S/DRAFT TAG/Sample Tag ST/2024-03-19T12:30:45 EN/2024-03-20T12:30:45` |
| Remove Filter | `rmfilter -a` | `rmfilter -a` |
| Sort Articles | `sort -a ARTICLE_PREFIX` | `sort -a d/` |
| LookUp People | `lookup INDEX` | `lookup 1` |
| Help | `help` | `help` |
| Exit | `exit` | `exit` |
Expand Down

0 comments on commit cb8243d

Please sign in to comment.