sachaos / todoist

Todoist CLI Client. I ❤️ Todoist and CLI.
MIT License
1.48k stars 104 forks source link

can not to create projects [add-project] #244

Open oscarenzo opened 1 year ago

oscarenzo commented 1 year ago

Hello,

I'm using todoist version:

todoist version 0.20.0

I check that the function to create new projects not work, this is an example:

Peek 2023-09-09 16-00

I was looking for in the issues list but seems like that was not reported, thank you.

Best regards.

manfredlotz commented 1 year ago

The problem seems to be that in add_project.go the value of c.String("color") is 0 which is wrong. If specified the color must be a color name like for example orange

oscarenzo commented 1 year ago

Thank you, I see that was fixed by @HacDan , do you have scheduled when can we get the new version with this new fix?

Best regards,