Document --map-project and --map-tag in README

This commit is contained in:
Matt Snider 2019-06-09 20:31:10 +02:00
parent 9f93b92a29
commit 67e331eacd
1 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,15 @@ recur: 3 days
By default, `migrate` will refetch all tasks from Todoist on each run. To skip
this step and use the cached data without refetching, use the --no-sync flag.
The flags `--map-project` and `--map-tag` can be specified multiple times to translate or completely remove specific flags
```sh
$ python -m todoist_taskwarrior.cli migrate \
--map-project Errands=chores \
--map-project 'XYZ Corp'=work \
--map-tag books=reading
```
## Development
### Testing