edit description of issue 7d2d236668872cf11f167ac0462f8751
This commit is contained in:
parent
d32c659e0b
commit
e0624d9dc8
1 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||||
"-".
|
"-".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue