-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Configuration wizard hangs #517
Comments
Did you try different combinations, like straight |
Yes, same result in all cases. Additionally, it seems that the argument is not passed to the program:
|
Yes, same result in all cases. Additionally, it seems that the
argument is not passed to the program
Himalaya relies on a crate called inquire to prompt stuff to terminal,
could you try to run one of their example?
<https://github.com/mikaelmello/inquire/tree/main/inquire/examples>
Something like confirm.rs should be enough:
cargo run --example confirm
|
It may also be an issue with your $TERM environment variable. What is
its actual value for you?
|
|
Definitely looks like an issue with |
Tested in local MobaXterm terminal with zsh.
The text was updated successfully, but these errors were encountered: