Skip to content

Commit

Permalink
Merge pull request #142 from melissaharijanto/edit-ug
Browse files Browse the repository at this point in the history
Fix command summary table
  • Loading branch information
melissaharijanto authored Oct 27, 2022
2 parents 969a356 + 4166f34 commit c56680b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Exits the program.
Format: `exit`

## Command summary

| Action | Format, Examples |
|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Add An Order** | `addo n/NAME p/PHONE e/EMAIL a/ADDRESS` <br> e.g., `addo n/John Doe p/91234567 e/[email protected] a/48 Westwood Terrace` <br> then, `i/ITEM_NAME q/QUANTITY` as many times as required <br>e.g. `i/Pillow q/2` <br>followed by `done` or `cancel` |
Expand All @@ -284,3 +285,4 @@ Format: `exit`
| **Find Inventory Item(s)** | `findi KEYWORD [MORE_KEYWORDS]` <br/> e.g., `findi blue shirt` |
| **Edit An Inventory Item** | `editi INDEX [i/ITEM_NAME] [q/QUANTITY] [d/DESCRIPTION] [t/TAG]…​ [sp/SELL_PRICE] [cp/COST_PRICE]`<br> e.g., `editi 2 i/Table q/200 d/Metal Table t/Fragile` | |
| **Exit** | `exit` |

0 comments on commit c56680b

Please sign in to comment.