mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
docs: Document new purge command
This commit is contained in:
parent
9a2a642014
commit
9a29417bb5
1 changed files with 8 additions and 0 deletions
|
@ -376,6 +376,14 @@ Modifies the existing task with provided information.
|
||||||
.B task <filter> prepend <mods>
|
.B task <filter> prepend <mods>
|
||||||
Prepends description text to an existing task.
|
Prepends description text to an existing task.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B task <filter> purge
|
||||||
|
Permanently removes the specified tasks from the data files. Only
|
||||||
|
tasks that are alredy deleted can be purged. This command has a
|
||||||
|
local-only effect and changes introduced by it are not synced.
|
||||||
|
|
||||||
|
Warning: causes permanent, non-revertible loss of data.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task <filter> start <mods>
|
.B task <filter> start <mods>
|
||||||
Marks the specified tasks as started.
|
Marks the specified tasks as started.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue