Skip to content

Commit

Permalink
docs: Update dtagp and dtagt fields
Browse files Browse the repository at this point in the history
  • Loading branch information
HugeNoob committed Nov 13, 2023
1 parent f928572 commit 8edce81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,8 @@ dtagp
| Fields | Prefix | Required | Remarks |
|--------|--------|:--------:|---------|
| `INDEX` | No prefix | <img width=30px src='assets/svg/ug/required.svg'> | The person at this index in the displayed contact list is edited. The index must be a positive integer (i.e. 1, 2, 3, … , 2147483647). |
| `TAG` | `t/` | <img width=33px src='assets/svg/ug/required.svg'> | Tag(s) for the person. Tags should only contain alphanumeric characters. |
| `TAG` | `t/` | <img width=30px src='assets/svg/ug/required.svg'> | Tag to be deleted from the person. Tags should only contain alphanumeric characters. |
| `MORE_TAGS` | `t/` | <img width=33px src='assets/svg/ug/not_required.svg'> | Additional tag(s) to be deleted from the person. Tags should only contain alphanumeric characters. |
{: .field-table}

- You may delete multiple tags from a person by specifying the `t/` prefix multiple times.
Expand Down Expand Up @@ -1349,7 +1350,8 @@ dtagt
| Fields | Prefix | Required | Remarks |
|--------|--------|:--------:|---------|
| `INDEX` | No prefix | <img width=30px src='assets/svg/ug/required.svg'> | The task at this index in the displayed task list is edited. The index must be a positive integer (i.e. 1, 2, 3, … , 2147483647). |
| `TAG` | `t/` | <img width=33px src='assets/svg/ug/required.svg'> | Tag(s) for the task. Tags should only contain alphanumeric characters. |
| `TAG` | `t/` | <img width=30px src='assets/svg/ug/required.svg'> | Tag to be deleted from the task. Tags should only contain alphanumeric characters. |
| `MORE_TAGS` | `t/` | <img width=33px src='assets/svg/ug/not_required.svg'> | Additional tag(s) to be deleted from the task. Tags should only contain alphanumeric characters. |
{: .field-table}

- You may delete multiple tags from a task by specifying the `t/` prefix multiple times.
Expand Down

0 comments on commit 8edce81

Please sign in to comment.