Daniele Pallastrelli
Daniele Pallastrelli
@sdebionne you're right, when I opened the issue it was more a reminder for me than a real description. Sorry. The server (i.e., the application that uses `cli` library) runs...
Hi @marcogmaia , first of all, thank you very much for using this library. I tried your code in the following environment: - visual studio 2022, Debug build - visual...
Yes, this can be a valuable feature. Thanks for the advice.
Hi @T0nd0Tara , thank you for your contribution. I can't fully understand your suggestion, however. Are you proposing to display the entire subtree of the different submenus in the help...
Thank you @dos4boss for the idea: it would be great to have completion on arguments. Before that, however, the library should be able to manage "enumeration" arguments (i.e., a `string`...
I've just tried the same example, with last cli version and asio v. 1.12.2. Compiled with GCC and running under Linux, it works fine with linux telnet. I did several...
I guess it should be fixed. Maybe the issue is related to this one: #123
Unfortunately, it's not possible to add a search of a command by name, because the commands names are not unique. In particular: - different commands can have the same name...
There's a slight complication with adding a "quit" command that mimics the behavior of "exit." Both "exit" and "help" are currently implemented as global commands, meaning they can be used...
@vrobles-gee your request is sensible: security is an important aspect to consider. However, authentication would be not enough. To simplify the development I chose to use the telnet protocol, which...