ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
216 stars 12 forks source link

Error in docs about migration from TaskWarrior? #29

Closed anojo closed 3 years ago

anojo commented 3 years ago

Right now it states the following.

task export rc.json.array=off \
| while read -r task; do echo $task | tasklite import; done

It didn't work, until I changed import to importjson.

ad-si commented 3 years ago

Good catch, thanks! Fixed in a721fddaf977503e9f8b2d8fb8bf43a447cbd9e6