edit description of issue 7d2d236668872cf11f167ac0462f8751

This commit is contained in:
Sebastian Kuzminsky 2025-07-12 10:33:12 -06:00
parent d32c659e0b
commit e0624d9dc8

View file

@ -1,9 +1,15 @@
add `ent tag ISSUE_ID [-]TAG` add `ent tag ISSUE [[-]TAG]`
If the optional "-" is not supplied, the TAG is *added* to the ISSUE. # Usage
If the "-" *is* supplied before the TAG, the TAG is *removed* from `ent tag ISSUE`: List tags on ISSUE.
the ISSUE.
`ent tag ISSUE TAG`: Add TAG to ISSUE.
`ent tag ISSUE -TAG`: Remove TAG from ISSUE.
# Notes
Tags are short text strings without white space, and not beginning with Tags are short text strings without white space, and not beginning with
"-". "-".