mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
[BREAKING] remove 'task purge' support
TaskChampion removes deleted tasks automatically when they expire, so this subcommand is no longer required.
This commit is contained in:
parent
d47c70579f
commit
87467f72c7
6 changed files with 3 additions and 308 deletions
|
@ -401,15 +401,6 @@ Modifies the existing task with provided information.
|
|||
.B task <filter> prepend <mods>
|
||||
Prepends description text to an existing task. Is affected by the context.
|
||||
|
||||
.TP
|
||||
.B task <filter> purge
|
||||
Permanently removes the specified tasks from the data files. Only
|
||||
tasks that are already deleted can be purged. This command has a
|
||||
local-only effect and changes introduced by it are not synced.
|
||||
Is affected by the context.
|
||||
|
||||
Warning: causes permanent, non-revertible loss of data.
|
||||
|
||||
.TP
|
||||
.B task <filter> start <mods>
|
||||
Marks the specified tasks as started. Is affected by the context.
|
||||
|
@ -1200,7 +1191,6 @@ active context. Here is a list of the commands that are affected:
|
|||
log
|
||||
prepend
|
||||
projects
|
||||
purge
|
||||
start
|
||||
stats
|
||||
stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue