forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #190 from DhiraPT/master
Enhance UserGuide.md
- Loading branch information
Showing
2 changed files
with
7 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 |
---|---|---|
|
@@ -173,13 +173,19 @@ Format: | |
- `/add :name NAME :phone PHONE :email EMAIL :address ADDRESS :year YEAR_JOINED [:tag TAG]…` | ||
- Use the `/add` command followed by the employee’s details, preceded by PREFIX (_:name, :phone, :email, :address, :year, :tag_) | ||
|
||
**Note**: | ||
- Ensure that no duplicate tags are entered when providing multiple tags. | ||
|
||
Examples: | ||
|
||
- `/add John Doe; 91234567; [email protected]; 12 Kent Ridge Dr; 2024; Finance` | ||
|
||
- `/add John Doe; 91234567; [email protected]; 12 Kent Ridge Dr; 2024; Software Developer; Finance` | ||
|
||
- `/add :name John Doe :phone 91234567 :email [email protected] :address 12 Kent Ridge Dr :year 2024 :tag Finance` | ||
|
||
- `/add :name John Doe :phone 91234567 :email [email protected] :address 12 Kent Ridge Dr :year 2024 :tag Software Developer :tag Finance` | ||
|
||
### Delete Employee <a name="delete"></a> | ||
This feature deletes the specified employee from the displayed employee list. | ||
|
||
|
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