-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Throw an error if preset doesn't return mandatory information #138
Comments
Just be aware that it's a functional error and don't need to be reported with the new unexpected error report. |
Sure this is a functional error 😄 I don't understand the point with interactive mode? What do you think of having a generic error to keep preset implementation simple? |
I made a mistake, I wasn't thinking of interactive mode but propose to do the command: Indeed a generic message like "Cannot retrieve the version from your configuration. Check it or you can do |
That is what I had in mind 👍 |
Issue #159 is related to this issue |
Done in #161 |
It should throw an error if preset doesn't return mandatory information. Especially if project's current version is missing.
The text was updated successfully, but these errors were encountered: