daniele77 / cli

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

Do not show 'cli' prompt on main thread #133

Closed patrickn closed 3 years ago

patrickn commented 3 years ago

Hi and thanks for CLI, it looks really interesting.

I am just starting out and going through the examples. I want to create the scheduler and telnet server on the main thread and then run scheduler.Run() in a background thread. Is there a way to prevent the 'cli' prompt from being displayed on the main thread.

Thanks.

patrickn commented 3 years ago

I realise I should have posted this in the discussions area, please delete it.