mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature: Error on virtual tag modification attempt
- An attempt to add or remove a virtual tag is now an error (thanks to Scott M).
This commit is contained in:
parent
1824a542f6
commit
f96a42d8b0
16 changed files with 57 additions and 5 deletions
|
@ -504,9 +504,10 @@ Shows a report of aggregated task status by project.
|
|||
|
||||
.TP
|
||||
.B task <filter> tags
|
||||
Show a list of all tags used. Any special tags used are highlighted. Note that
|
||||
Show a list of all tags used. Any special tags used are highlighted. Note that
|
||||
virtual tags are not listed - they don't really exist, and are just a convenient
|
||||
notation for other task metadata.
|
||||
notation for other task metadata. It is an error to attempt to add or remove a
|
||||
virtual tag.
|
||||
|
||||
.TP
|
||||
.B task timesheet [weeks]
|
||||
|
@ -666,7 +667,8 @@ are:
|
|||
DELETED Matches if the task has deleted status
|
||||
|
||||
You can use +BLOCKED to filter blocked tasks, or -BLOCKED for unblocked tasks.
|
||||
Similarly, -BLOCKED is equivalent to +UNBLOCKED.
|
||||
Similarly, -BLOCKED is equivalent to +UNBLOCKED. It is an error to attempt to
|
||||
add or remove a virtual tag.
|
||||
|
||||
.TP
|
||||
.B project:<project-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue