cli
cli copied to clipboard
A library for interactive command line interfaces in modern C++
In Linux (and with putty as a telnet client on windows), some keyboard keys don't work (àèéùò"£). In windows, the arrows in the numeric pad don't work. Linked to this...
Gist: My particular use-case requires using a custom event dispatcher that selects on file descriptors. I spent a lot of time trying to make that happen with `boost::asio::io_service`, and concluded...
Currently, every library message printed to the user (eg help, errors, ...) is in english. It would be nice to let the user to (optionally) specify those strings at library...
Hi In case you use a command with wrong number of arguments, the error message will be the same as having an unexciting command entered.
Running the server on either Windows or Linux, I can't make the server echo the commands (or the autocompletion). Is this something that is not impelemented yet? A quick grep...
Hi, i am running a gateway fw as a service on an 'bionic-armhf' machine (ubuntu 18.04 TLS). this service acts as the cli server (like in the 'complete' example). when...
Actually it's not so clear when the exit actions (cli, session, server) are called.
Consider to provide one header file that contains the others. It could be useful to have *two* header file: one for the local session and one for the telnet server...
When you have the colors on and you edit a line by deleting a character, the part of the string following the edit becomes not colored. This happens both with...