mirror of
https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
synced 2023-12-21 10:23:00 +01:00
Document --map-project and --map-tag in README
This commit is contained in:
parent
9f93b92a29
commit
67e331eacd
@ -41,6 +41,15 @@ recur: 3 days
|
|||||||
By default, `migrate` will refetch all tasks from Todoist on each run. To skip
|
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.
|
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
|
## Development
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
Loading…
Reference in New Issue
Block a user