tobym/pom

Handle message arg with spaces without quote

Opened this issue · 0 comments

Hello!

Currently the command arguments parsing is really simple; it only takes $1 as the goal description (source).

It forces me to write pom "My pomodoro goal" whereas I would like to only write pom My pomodoro goal.

Don't you think it would be easier to use whithout this constraint?
Do you think a more powerful arguments parsing would be worthwhile to implement?

Thanks for sharing your script!