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

How can I enter a password in the middle? #504

Open
fantian007 opened this issue Sep 13, 2024 · 1 comment
Open

How can I enter a password in the middle? #504

fantian007 opened this issue Sep 13, 2024 · 1 comment

Comments

@fantian007
Copy link

Suppose I start A and B simultaneously. If A requires a password input midway, how can I prevent the logs of B from covering the input? Or how can I make B pause and wait until the input is completed?

@gustavohenke
Copy link
Member

Hey. There's not much that can be done within concurrently today, any solutions I can think of would involve changing your inputs and might be brittle.

It's also not like concurrently could just detect that the command is waiting for input, as stdin should be open all the time, just ignored until it's expected.

I'm happy to learn if other tools solved this in a creative way though!

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

No branches or pull requests

2 participants