forked from AY2324S1-CS2103T-F12-4/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 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 |
---|---|---|
|
@@ -23,7 +23,8 @@ This guide is to help you explore and learn about what are its features and how | |
4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar OutBook.jar` command to run the application.<br> | ||
A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br> | ||
![Ui](images/Ui.png) | ||
<div style="page-break-after: always;"></div> | ||
|
||
<div style="page-break-after: always;"></div> | ||
|
||
5. Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.<br> | ||
Some example commands you can try: | ||
|
@@ -44,6 +45,8 @@ This guide is to help you explore and learn about what are its features and how | |
|
||
-------------------------------------------------------------------------------------------------------------------- | ||
|
||
<div style="page-break-after: always;"></div> | ||
|
||
# Features | ||
|
||
<div markdown="block" class="alert alert-info"> | ||
|
@@ -76,6 +79,8 @@ Shows you a message explaining how to access the help page. | |
|
||
Format: `help` | ||
|
||
<div style="page-break-after: always;"></div> | ||
|
||
## Contact commands | ||
|
||
### Adding a contact: `addc` | ||
|
@@ -108,7 +113,6 @@ You can put any number of tags (including 0) on a contact. | |
* `addc n/Betsy Crowe t/friend e/[email protected] p/1234567 l/01.01.2023 0100 t/Professor` | ||
|
||
|
||
|
||
### Listing all persons : `listc` | ||
|
||
Shows you a list of all contacts in OutBook. | ||
|