Closed
Description
I'm submitting a...
- Bug report
- Feature request
- Question
Current behavior
db-migrate db:create asdf
return with exit code 1
Expected behavior
db-migrate db:create asdf
return with exit code 0
What is the motivation / use case for changing the behavior?
Exit code else then 0 stands for an error. Therefore some tools fail if the called command exits with error (return code not 0).
Environment
db-migrate version: 0.10.5
Additional information:
- Node version: v9.7.1
- Platform: Linux