-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from JiaXinEu/branch-FindSummary
Update UG
- Loading branch information
Showing
1 changed file
with
18 additions
and
17 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 |
---|---|---|
|
@@ -606,22 +606,23 @@ Displayed after the command: `summary` | |
|
||
## 11. Command summary | ||
|
||
| Action | Format, Examples | | ||
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------| | ||
| **Add** | `add id/STUDENT_ID n/NAME e/EMAIL g/GRADE [gp/GROUP_NAME]...` <br> e.g., `add id/A0123459X n/James Doe e/[email protected] g/A` | | ||
| **Delete** | `delete STUDENT_ID`<br> e.g., `delete A0123456X` | | ||
| **Edit** | `edit STUDENT_ID [id/STUDENT_ID] [n/NAME] [e/EMAIL] [g/GRADE] [gp/GROUP_NAME]...` <br> e.g.,`edit A0123466C g/A+` | | ||
| **View** | `view STUDENT_ID`<br> e.g., `view A0123466D` | | ||
| **Group** | `group gp/GROUP_NAME id/STUDENT_ID_1 [id/STUDENT_ID_2] ...` <br> e.g., `group gp/Group 1 id/A1234567R, id/A2345678R` | | ||
| **Random Group** | `random NUMBER_OF_GROUPS gp/GROUP_NAME` <br> e.g., `random 3 gp/Random Group` | | ||
| **Weak** | `setweak g/GRADE` <br> e.g., `setweak g/B` | | ||
| **Summary** | e.g., `summary` <br> | | ||
| **Archive** | `archive STUDENT_ID` <br> e.g., `archive A0123459X` | | ||
| **Unarchive** | `unarchived STUDENT_ID` <br> e.g., `unarchived A0123459X` | | ||
| **EditArchive** | `edit_archived STUDENT_ID [id/STUDENT_ID] [n/NAME] [e/EMAIL] [g/GRADE] [gp/GROUP_NAME]...` <br> e.g., `edit_archived A0123459X g/B` | | ||
| Action | Format, Examples | | ||
|-------------------|-------------------------------------------------------------------------------------------------------------------------------------| | ||
| **Add** | `add id/STUDENT_ID n/NAME e/EMAIL g/GRADE [gp/GROUP_NAME]...` <br> e.g., `add id/A0123459X n/James Doe e/[email protected] g/A` | | ||
| **Delete** | `delete STUDENT_ID`<br> e.g., `delete A0123456X` | | ||
| **Edit** | `edit STUDENT_ID [id/STUDENT_ID] [n/NAME] [e/EMAIL] [g/GRADE] [gp/GROUP_NAME]...` <br> e.g.,`edit A0123466C g/A+` | | ||
| **View** | `view STUDENT_ID`<br> e.g., `view A0123466D` | | ||
| **Group** | `group gp/GROUP_NAME id/STUDENT_ID_1 [id/STUDENT_ID_2] ...` <br> e.g., `group gp/Group 1 id/A1234567R, id/A2345678R` | | ||
| **Random Group** | `random NUMBER_OF_GROUPS gp/GROUP_NAME` <br> e.g., `random 3 gp/Random Group` | | ||
| **Weak** | `setweak g/GRADE` <br> e.g., `setweak g/B` | | ||
| **Filter Group** | `find gp/GROUP_NAME ...` <br> e.g., `find gp/Group 1` | | ||
| **Summary** | e.g., `summary` <br> | | ||
| **Archive** | `archive STUDENT_ID` <br> e.g., `archive A0123459X` | | ||
| **Unarchive** | `unarchived STUDENT_ID` <br> e.g., `unarchived A0123459X` | | ||
| **EditArchive** | `edit_archived STUDENT_ID [id/STUDENT_ID] [n/NAME] [e/EMAIL] [g/GRADE] [gp/GROUP_NAME]...` <br> e.g., `edit_archived A0123459X g/B` | | ||
| **DeleteArchive** | `delete_archived STUDENT_ID` <br> e.g., `delete_archived A0123459X` | | ||
| **ClearArchive** | `clear_archived` | | ||
| **Help** | `help` | | ||
| **Clear** | `clear` | | ||
| **Exit** | `exit` | | ||
| **ClearArchive** | `clear_archived` | | ||
| **Help** | `help` | | ||
| **Clear** | `clear` | | ||
| **Exit** | `exit` | | ||
|