todoist
todoist copied to clipboard
`todoist modify` changes the priority even if it wasn't specified
If I have a task with priority 1..3 (not 4) and then I run the command todoist modify -d <date> <task-id>
, the priority will be changed to 4
(the default) even though I didn't specify the -p
parameter to change the priority.