-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ERL-1069: Support disabling echo input in new shell #4337
Comments
|
|
|
|
I encountered a problem during Windows installation. When using bat to execute 'Install. exe', I will be prompted with a screen input of 'Do you want a minimum startup install of Sasl [No]:'. How can I skip this input? |
IIRC, command line parameter |
Thank you for your reply, but I tried adding the -minimal parameter and prompted 'Unknown command switch -minimal'. Can you give an example? |
It was my bad, I confused Linux vs Windows Install. |
This is old one! It seems io:get_password/0 and |
I don't think it works properly on Windows yet. Maybe with the "lazy read" fix I proposed in #8113 we could get this working everything and then document it. |
@garazdawi It also doesn't work with I looked at |
#9006 is an attempt at official support to get a password from the user. It only works in |
Original reporter:
starbelly
Affected versions:
OTP-19.0
,OTP-20.0
,OTP-21.0
,OTP-22.0
Component:
stdlib
Migrated from: https://bugs.erlang.org/browse/ERL-1069
The text was updated successfully, but these errors were encountered: