You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Edits the student at the specified `INDEX`. The index refers to the index number shown in the displayed student list. The index **must be a positive integer** 1, 2, 3, …
145
145
* At least one of the optional fields must be provided.
146
146
* Existing values will be updated to the input values.
147
147
* When editing groups, the existing groups of the student will be removed i.e adding of groups is not cumulative.
148
-
* You can remove all the student’s groups by typing `t/` without
148
+
* You can remove all the student’s groups by typing `g/` without
149
149
specifying any groups after it.
150
150
151
151
Examples:
152
-
*`edit 1 name/John email/[email protected]` Edits the name of the first student to `John` and email to `[email protected]` respectively.
153
-
*`edit 2 name/Betty tg/` Edits the name of the 2nd student to be `Betsy` and clears her telegram handle.
0 commit comments