You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple terminal application which needs to print logs to the console while simultaneously prompting for input (e.g. the user may still be typing their input or making their selection while new logs are a being printed). I've created an initial working prototype with Rustyline, but I'd really like the nicer interface that Inquire would give me. Rustyline provides a create_external_printer method which provides an easy way to asynchronously write messages / logs above the current prompt. There's an example of this here.
I'd love to see a similar API available in Inquire! Thanks for the great library!
The text was updated successfully, but these errors were encountered:
I have a simple terminal application which needs to print logs to the console while simultaneously prompting for input (e.g. the user may still be typing their input or making their selection while new logs are a being printed). I've created an initial working prototype with Rustyline, but I'd really like the nicer interface that Inquire would give me. Rustyline provides a create_external_printer method which provides an easy way to asynchronously write messages / logs above the current prompt. There's an example of this here.
I'd love to see a similar API available in Inquire! Thanks for the great library!
The text was updated successfully, but these errors were encountered: