sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

Document ability to fail task with custom callback #103

Closed tobek closed 8 years ago

tobek commented 8 years ago

I wasn't sure at first how to fail the task when using the callback option until I tried passing in an error. The error-first callback convention is pretty standard but worth documenting explicitly.