We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running in command line, sql2dbml does not return an error code if something bad happens.
What about returning an error code in such as case?
Would you consider a MR with such a feature?
The text was updated successfully, but these errors were encountered:
@NQPhuc I can implement it if you want.
I propose the following:
by default, if something fails, return 0 unless --error-code-on-failure=42 in such a case 42 would be returned... OK with that?
--error-code-on-failure=42
So we are sure we don't break existing users (where errors are now silent)
Sorry, something went wrong.
No branches or pull requests
When running in command line, sql2dbml does not return an error code if something bad happens.
What about returning an error code in such as case?
Would you consider a MR with such a feature?
The text was updated successfully, but these errors were encountered: