Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahidharah authored Nov 15, 2023
1 parent 6396bd6 commit 67a4fde
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,10 @@ To view all our features, you may visit our [Features](#features) section.
> Locks the system and hides all the information, denying access to all information and commands
> except `unlock`, `help`, and `delete`.
Format: `lock`
**Format:** `lock`

**Example of usage:** `lock`
Upon entering the above command,
When command succeeds, CLI shows:

```
Expand Down Expand Up @@ -563,11 +565,10 @@ Deleted a wrong developer? You can always undo the action with the [`undo`](#und
**Format:** `delete-client INDEX`

**Example of usage:** `delete-client 3`

**Constraints:**
1. `INDEX` cannot be greater than the number of clients in the list

**Example of usage:** `delete-client 3`
Upon executing the above command,
* The third client in the client list is deleted from the list and from the address book.

Expand Down Expand Up @@ -596,14 +597,14 @@ Deleted a wrong client? You can always undo the action with the [`undo`](#undo)
**Format:** `delete-project INDEX`

**Example of usage:** `delete-project 2`

**Constraints:**
1. `INDEX` cannot be greater than the number of projects in the list

* Deletes second project in the project list from the project list and from the address book.
* Deletes project from developers' and clients' project lists if they were assigned to this project.

**Example of usage:** `delete-project 2`

When command succeeds, CLI shows:
```
Deleted Project: TeamTrekker;
Expand Down

0 comments on commit 67a4fde

Please sign in to comment.