nushell / reedline

A feature-rich line editor - powering Nushell
https://docs.rs/reedline/
MIT License
549 stars 155 forks source link

Fixed demo completions #835

Closed uek-1 closed 1 month ago

uek-1 commented 1 month ago

Rel: #834 Added MenuNext as a menu event upon pressing tab to the demo example. Fixes the currently broken completions on the example.

fdncred commented 1 month ago

Thanks!