daniele77 / cli

A library for interactive command line interfaces in modern C++
Boost Software License 1.0
1.24k stars 140 forks source link

Enable Keyboard Handling in Command Handlers on Linux Platform #239

Closed daniele77 closed 7 months ago

daniele77 commented 7 months ago

The current behavior of the library on the Linux platform inhibits keyboard handling during command handler execution. It would be beneficial to allow users to utilize functionalities such as std::getline within command handlers on the Linux platform as well.