inquire
inquire copied to clipboard
Prompt crashes if program is run with crossterm+piped input+macos
crossterm support for reading events from /dev/tty only is limited on macos: https://github.com/crossterm-rs/crossterm/issues/396
Using crossterm with the use-dev-tty
feature can resolve the issue, but this feature is only available in crossterm versions 0.26.0 and later.