jrupac / tasky

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

`tasky n` creates a list with empty name #15

Closed rsyh93 closed 9 years ago

rsyh93 commented 9 years ago

Runing tasky n creates a new list with an empty name. This is a nuisance as I was exploring tasky, and ended up inadvertently creating lists that were pretty diffcult to notice in the web interface. It should be equivalent to running tasky n --help and open up the help dialog since there was no "title" argument

jrupac commented 9 years ago

You're correct in that this is confusing behavior. However, I think that it should still be possible to create a new task list with an empty string as the name. I will add a warning when the user just does tasky n without further arguments. Does that work?