VladimirMarkelov / ttdl

TTDL - Terminal Todo List Manager
MIT License
210 stars 17 forks source link

Problem with ttdl done #55

Closed manfredlotz closed 2 years ago

manfredlotz commented 2 years ago

There is a problem with ttdl done which did exist prior to 3.0.0. I just forgot to report it.

Doing

ttdl done  14,20-22

gives

No todo was completed

but

ttdl done 14
ttdl done 20-22

works fine.

VladimirMarkelov commented 2 years ago

I have not touched the code that parses ID list. I'll check it.

VladimirMarkelov commented 2 years ago

It looked like it never worked that way. I improved command line parsing, and fixed a couple of bugs:

https://github.com/VladimirMarkelov/ttdl/releases/tag/3.0.2

Version 3.0.2 published on crates.io

manfredlotz commented 2 years ago

Tested and now working correctly. Again many thanks for your quick actions!