lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

Expand globs eagerly; Add arguments to `start` & `watch` #189

Closed tjbenton closed 8 years ago

tjbenton commented 8 years ago

This pull request solves #178 and #187

tjbenton commented 8 years ago

Not sure why the test is failing on 0.12.15 I switch to use 0.12.15 and reinstalled everything and it's working just fine for me.

screen shot 2016-08-15 at 12 13 36 pm

lukeed commented 8 years ago

This looks great @tjbenton, thank you! 😄

I reran the Travis test & it's passing now. 💯

Also, do you mind fixing the object check I added & adding a test for the new start options?

Thanks!

ghost commented 8 years ago

Thanks so much @tjbenton!

lukeed commented 8 years ago

As soon as a test (or two) is added for the new behavior, I'll get this in!

tjbenton commented 8 years ago

@bucaran @lukeed Glad I could help out