mikaelmello / inquire

A Rust library for building interactive prompts
https://docs.rs/inquire
MIT License
1.93k stars 76 forks source link

Update suggestions after autocomplete #258

Closed moritz-hoelting closed 2 days ago

moritz-hoelting commented 3 months ago

Fixes #257

Add line to update the suggestions when pressing tab to autocomplete.

istudyatuni commented 2 weeks ago

Also see #246

moritz-hoelting commented 4 days ago

It is not possible to have the build / lint action pass, as the error originates in the termion crate.

mikaelmello commented 2 days ago

Fixed on https://github.com/mikaelmello/inquire/commit/398ea88680f2c3a565db887f5ed42a5299ae1e3d, should go out on v0.7.6.

I took a slightly different approach but added you as a co-author in the commit :). Thanks a lot for your contribution!