-
Notifications
You must be signed in to change notification settings - Fork 5
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
Input support in general #13
Comments
There's no special support at the moment, but you can provide
If you want a prompt you can use
It might be worth adding a |
Here strings are supported as of 38cb13d. |
Thanks for the patch! It's closer to the general (namely, fully interactive) case :) Related: joaotavora/sly#448 |
Hi, I was looking for
(note the use of the visual (edit)
it works too with |
Does
cmd
support interactive input?1
For example,
(cmd "/tmp/test.bash")
does not prompt the user to enter a value, wheretmp/test.bash
isWe can give it a string as input, but that isn't interactive enough if the end goal is to replace shells.
2
Another example arises when the system tries to read a password. For example,
Using
-S
doesn't work either as the repl does not try to read a password.The text was updated successfully, but these errors were encountered: