@@ -65,10 +65,6 @@ You can add your classmate or teammate as contact.
6565
6666Format: `contact add n\[name] p\[phone number] c\[classmate/teammate]`
6767
68- Example:
69-
70- * `contact add n\John Doe p\12345678 c\classmate`
71-
7268Note:
7369
7470* `[name]` is not case-sensitive (Jane doe is the same as jane Doe).
@@ -80,10 +76,6 @@ You can edit the contacts that you have added. If the contact you tried to edit
8076
8177Format: `contact edit n\[name] p\[phone number] c\[classmate/teammate]`
8278
83- Example:
84-
85- * `contact edit n\John Doe p\88888888 c\classmate`
86-
8779Note:
8880
8981* `[name]` is not case-sensitive (Jane doe is the same as jane Doe).
@@ -94,10 +86,6 @@ You can delete a contact that you have added. If the contact you try to delete d
9486
9587Format: `contact delete n\[name]`
9688
97- Example:
98-
99- * `contact delete n\John Doe`
100-
10189Note:
10290
10391* `[name]` is not case-sensitive (Jane doe is the same as jane Doe).
@@ -108,31 +96,18 @@ You can delete all the contacts that you have added in your address book. If the
10896
10997Format: `contact delete all`
11098
111- Example:
112-
113- * `contact delete all`
114-
11599==== List All Contacts: `list`
116100
117101NOVA will list the contact's name, phone number and category of all contacts.
118102
119103Format: `contact list`
120104
121- Example:
122-
123- * `contact list`
124-
125105==== List Category Contact: `list [classmate/teammate]`
126106
127107NOVA will list the name and phone number of all the contacts under that category. NOVA will also list the category specific remarks.
128108
129109Format: `contact list c\[classmate/teammate]`
130110
131- Example:
132-
133- * `contact list c\classmate`
134- * `contact list c\teammate`
135-
136111Note:
137112
138113* `[classmate/teammate]` is not case-sensitive.
@@ -142,11 +117,7 @@ Note:
142117
143118NOVA will find a specific contact added to the address book.
144119
145- Format: `contact find n\[name]`
146-
147- Example:
148-
149- * `contact find n\john DOE`
120+ Format: `contact find [name]`
150121
151122Note:
152123
@@ -156,11 +127,7 @@ Note:
156127
157128NOVA will find a specific contact added to the address book and add the picture.
158129
159- Format: `contact addpic n\[name] pa\[path]`
160-
161- Example:
162-
163- * `contact addpic n\john doe pa\C:\Users\aloha\Desktop\aloha.png`
130+ Format: `contact addpic n\[name] [path]`
164131
165132Note:
166133
@@ -170,11 +137,7 @@ Note:
170137
171138NOVA will find a specific contact added to the address book and edit the picture.
172139
173- Format: `contact updatepic n\[name] pa\[path]`
174-
175- Example:
176-
177- * `contact updatepic n\john doe pa\C:\Users\aloha\Desktop\updatedAloha.png`
140+ Format: `contact updatepic n\[name] [path]`
178141
179142Note:
180143
@@ -186,10 +149,6 @@ NOVA will find a specific contact added to the address book and edit the picture
186149
187150Format: `contact deletepic n\[name]`
188151
189- Example:
190-
191- * `contact deletepic n\john doe`
192-
193152Note:
194153
195154* `[name]` is not case-sensitive (Jane doe is the same as jane Doe)
@@ -200,10 +159,6 @@ NOVA will find a specific contact added to the address book and add the remark a
200159
201160Format: `contact remark c\[classmate/teammate] n\[name] d\[description]`
202161
203- Example:
204-
205- * `contact remark c\teammate n\john DOE d\He's cuteeee!`
206-
207162Note:
208163
209164* `[name]` is not case-sensitive (Jane doe is the same as jane Doe)
@@ -214,29 +169,16 @@ NOVA will find the second latest command that was done by the user and go to tha
214169
215170Format: `contact undo`
216171
217- Example:
218-
219- * `contact undo`
220-
221172==== Redo Your Command: `redo`
222173
223174NOVA will redo commands.
224175
225176Format: `contact redo`
226177
227- Example:
228-
229- * `contact redo`
230-
231178==== Short Form [v2.0]
232179
233180You can use the short form of contact `c` in your command.
234181
235- Example:
236-
237- * `c redo`
238- * `c add n\Hee Haw p\88887777 c\classmate`
239-
240182=== Manage Plans
241183Commands that will help you in managing your events.
242184
0 commit comments