jrupac / tasky

A command-line desktop client for Google Tasks.
GNU General Public License v3.0
116 stars 33 forks source link

Command to mark a task as complete #8

Closed jszpila closed 10 years ago

jszpila commented 10 years ago

I didn't see any reference to a way to do this in the documentation, and didn't see anything in the code that looked like it performed that functionality... but I'm not fluent in Python. Is there a way to do this?

jrupac commented 10 years ago

What do you mean by complete? There is a way to toggle a task as done. Is that similar to what you're looking for?

jszpila commented 10 years ago

You're right - I misunderstood what toggling meant in this context. Sorry about that, and thanks for your work!