You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2019. It is now read-only.
Is there really a need to return exit process.exit(1) from the cli when you call the runner without task? I like the idea that it lists the available tasks, as in "You didn't provide a task. Here is a list" but the error is pretty brutal IMHO :D
Took me some time to find out "what was wrong" with my setup until I looked at the source code of simple cli (was using babel-cli)
Is there really a need to return exit
process.exit(1)from the cli when you call the runner without task? I like the idea that it lists the available tasks, as in "You didn't provide a task. Here is a list" but the error is pretty brutal IMHO :DTook me some time to find out "what was wrong" with my setup until I looked at the source code of simple cli (was using babel-cli)