-
Notifications
You must be signed in to change notification settings - Fork 551
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
fix: set default values for extension flag to dont crash ignite #4212
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why it is needed. Could you give some context?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see now, we always need to set a default. Makes sense.
Yes, and also, if the flag is not a string and we don't use it in the command, it will break all CLI commands. |
* set default values for extension flag to dont crash the app * add changelog * fix lint (cherry picked from commit 0aa948a)
Description
Add any flag to the extension, and don't use the flag or don't set a default value to this flag crashes the extension