Skip to content

Commit

Permalink
Update ItemCommands table description
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Oct 27, 2022
1 parent a115fb4 commit 354254b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/_ug/commandSummary/ItemCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
<!-- ===== CREATE TABLE FORMATTING IN NORMAL+ MARKDOWN ===== -->
<!-- WE USE :variable: FOR VALUES THAT ARE TO BE SUBSTITUTED -->
{% capture TABLE %}
| Action | Format | Example |
|-------------------------------------------------------------------|--------|---------------|
| Create a new item | :new: | :newexample: |
| List all items | :list: | :listexample: |
| Search for an item | :find: | :findexample: |
| Sort an item by name, quantity, type, bought date or expiry date. | :sort: | :sortexample: |
| View information about an item | :view: | :viewexample: |
| Increase the quantity of an item | :inc: | :incexample: |
| Decrease the quantity of an item | :dec: | :decexample: |
| Update the information of an item | :edit: | :editexample: |
| Adds a remark to an item | :rmk: | :rmkexample: |
| Delete an item | :del: | :delexample: |
| Action | Format | Example |
|-----------------------------------------------------------------------------------|--------|---------------|
| Create a new item | :new: | :newexample: |
| List all items | :list: | :listexample: |
| Search for an item | :find: | :findexample: |
| Sort an item by name, quantity, unit, bought date, expiry date, price, or remarks | :sort: | :sortexample: |
| View information about an item | :view: | :viewexample: |
| Increase the quantity of an item | :inc: | :incexample: |
| Decrease the quantity of an item | :dec: | :decexample: |
| Update the information of an item | :edit: | :editexample: |
| Adds a remark to an item | :rmk: | :rmkexample: |
| Delete an item | :del: | :delexample: |
{% endcapture %}

<!-- ===== RENDER THE ACTUAL TABLE ===== -->
Expand Down

0 comments on commit 354254b

Please sign in to comment.