Skip to content

Commit

Permalink
Merge pull request #284 from KumChaiYin/UG-format
Browse files Browse the repository at this point in the history
Modify UG 3
  • Loading branch information
KumChaiYin authored Nov 15, 2023
2 parents 1dee58d + f6405b0 commit c848aad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ Acceptable values for each parameter:
Expected output upon success: <br>
![AddSuccess](images/AddSuccess.png)

<div style="page-break-after: always;"></div>

Expected output upon failure:
* Missing any of the compulsory fields:<br>
```
Expand Down Expand Up @@ -236,6 +238,7 @@ At least one field to edit must be provided.
Error: This person already exists in the client list.
```

<div style="page-break-after: always;"></div>

### Locating clients by fields : `find`

Expand Down Expand Up @@ -264,6 +267,8 @@ Unlike previous commands, the fields do not have to be in a specific format.
Expected output upon success:<br>
![FindSuccess](images/FindSuccess.png)

<div style="page-break-after: always;"></div>

Expected output upon failure:

* No field or invalid arguments given:
Expand Down

0 comments on commit c848aad

Please sign in to comment.