Skip to content
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

Command asking input during execution #14

Closed
deather opened this issue Nov 27, 2018 · 1 comment · Fixed by #28
Closed

Command asking input during execution #14

deather opened this issue Nov 27, 2018 · 1 comment · Fixed by #28

Comments

@deather
Copy link

deather commented Nov 27, 2018

Hi,

During my tests to fixing issue on my plugin, I found an issue (or not) on fenv. I try to use fenv with sdkman.
For certain reasons, the command asks some input like (Would you like to update Y/N ?).

The problem is the default output is not forwarding to the main process. The default input is with ^&1.

A simple solution could be to forward it, but I don't know if it is the best idea. It could be most smart to configure it with parameter.

I hope you can understand me. Thanks for reading.

@gordolio
Copy link

I experience this problem when trying to use the sdkman plugin with fish. When I run sdk install java 17.0.2-tem it seems to hang. When it actually is prompting me if I want to set it as the default. The only way I knew this was the problem by trying to run the same sdk install command in zsh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants