-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Crash handler does not respect --yes #242
Comments
Or if privacy might be a concern here, |
@AaronFeledy in the That said, i think this is a good addition and think it should more or less work like this:
|
@AaronFeledy got a PR for this #247, let me know what you think |
If an error occurs during
lando setup -y
the user is shown a CRASH message followed by a prompt asking if they'd like to send an error report. When running this as part of a scripted process, it may not be desirable, or even possible for the user to respond, potentially leading to a hung process. The error handler should respect the-y
and it should not prompt the user.The text was updated successfully, but these errors were encountered: