TW-303: Make "task import" update existing tasks

This commit is contained in:
Wilhelm Schuermann 2015-05-29 19:49:54 +02:00
parent 45088dc9ce
commit 9d6067e2fe
7 changed files with 50 additions and 19 deletions

View file

@ -346,14 +346,17 @@ provided for exceptional circumstances. Use carefully.
.TP
.B task import [<file> ...]
Imports tasks in the JSON format. The standard task release comes with a few
example scripts, such as:
Imports tasks in the JSON format. Can be used to add new tasks, or update
existing ones. Tasks are identified by their UUID.
If no file or "-" is specified, import tasks from STDIN.
For importing other file formats, the standard task release comes with a
few example scripts, such as:
import-todo.sh.pl
import-yaml.pl
If no file or "-" is specified, import tasks from STDIN.
.TP
.B task log <mods>
Adds a new task that is already completed, to the task list.