markbates / grift

Go based task runner
MIT License
432 stars 24 forks source link

Run should say something if task doesn't exist #34

Open paganotoni opened 5 years ago

paganotoni commented 5 years ago

When using grift.Run inside another grift with a task that doesn't exist Grift doesn't say anything and doesn't do anything, it should at least say that the invoked grift doesn't exist.