mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdPurge: Add initial implementation
This commit is contained in:
parent
96d6fb145f
commit
1caa9daec0
5 changed files with 126 additions and 0 deletions
|
@ -396,6 +396,8 @@
|
|||
#define STRING_CMD_DUPLICATE_1 "Duplicated {1} task."
|
||||
#define STRING_CMD_DUPLICATE_N "Duplicated {1} tasks."
|
||||
|
||||
#define STRING_CMD_PURGE_USAGE "Removes the specified task from the data files. Causes permanent loss of data."
|
||||
|
||||
#define STRING_CMD_START_USAGE "Marks specified task as started"
|
||||
#define STRING_CMD_START_NO "Task not started."
|
||||
#define STRING_CMD_START_ALREADY "Task {1} '{2}' already started."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue