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!
Hello!
Currently the command arguments parsing is really simple; it only takes
$1as the goal description (source).It forces me to write
pom "My pomodoro goal"whereas I would like to only writepom 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!