Skip to content

Commit

Permalink
Merge pull request #135 from rertyy/update-userguide
Browse files Browse the repository at this point in the history
Add deleteOrder command to UG
  • Loading branch information
kailinteoo authored Apr 2, 2024
2 parents 515ceba + 37c1a93 commit be1def4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,20 @@ Exits the program.

Format: `exit`

### Deleting an order: deleteOrder INDEX

Deletes the specified order from BookKeeper.

Format: `deleteOrder INDEX`

* Deletes the order at the specified `INDEX`.
* The index refers to the index number shown in the displayed order list.
* The index **must be a positive integer** 1, 2, 3, …​

Examples:

* `deleteOrder 2` deletes the 2nd order in the order list.

### Editing an order : `editOrder INDEX`

Edits an existing order in BookKeeper.
Expand Down

0 comments on commit be1def4

Please sign in to comment.