-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update UG #18
Update UG #18
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #18 +/- ##
=========================================
Coverage 75.26% 75.26%
Complexity 419 419
=========================================
Files 71 71
Lines 1338 1338
Branches 126 126
=========================================
Hits 1007 1007
Misses 301 301
Partials 30 30 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| Action | Format, Examples | | ||
|------------|--------------------------------------------------------------------------------------------------------------------------| | ||
| **Add** | `add id/STUDENT_ID n/NAME e/EMAIL g/GRADE [t/TAG]` <br> e.g., `add id/A01234567X n/James Ho e/[email protected] g/B+` | | ||
| **Delete** | `delete id/STUDENT_ID`<br> e.g., `delete A01234567X` | | ||
| **Edit** | `edit id/STUDENT_ID [g/GRADE] `<br> e.g.,`edit A0123466C g/A+` | | ||
| **View** | `view id/STUDENT_ID`<br> e.g., `find A0123466D` | | ||
| **Group** | `group id/STUDENT_ID_1 [id/STUDENT_ID_2] …` <br> e.g., `group A1234567R, A2345678R` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this for all the commands
No description provided.