forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | | ||
|
@@ -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` | | ||
|