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

can it support pipeline input? echo "test" | readline-cli #234

Open
johnwmail opened this issue Jun 10, 2024 · 2 comments
Open

can it support pipeline input? echo "test" | readline-cli #234

johnwmail opened this issue Jun 10, 2024 · 2 comments

Comments

@johnwmail
Copy link

when I use: echo "some" | readline-cli
the program will not prompt to let me input data again.

Any idea to support pipeline stdin? thank you.

@wader
Copy link

wader commented Jun 11, 2024

Not sure if that is possible as stdin will not be a tty/terminal. Do you know of any other cli program that supports this?

@wader
Copy link

wader commented Jun 11, 2024

btw maybe https://github.com/ergochat/readline could be of interest

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

No branches or pull requests

2 participants