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
This flow around optional values seems counter-intuitive:
[value] found as the configured application Secret
Want to change this? Press Y, otherwise we'll move on: y Change the application Secret to use for the integration tests: [new-value] Want to remove this optional value, press Y:
If the user has pressed Y here, Want to remove... shouldn't be an option...
The text was updated successfully, but these errors were encountered:
I have fixed the issue. For an optional value it gives the option to change or remove the value, for a necessary value it doesn't give an option. this is how it looks like now.
Please tell me if its what you wanted, and I'll send a pull request.
the files at the top has a TODO-" # TODO: this should indicate whether a variable is required or optional." It indicates if the property if required or optional when setting the value, where else should it indicate?
This flow around optional values seems counter-intuitive:
If the user has pressed
Y
here,Want to remove...
shouldn't be an option...The text was updated successfully, but these errors were encountered: