Daniele Pallastrelli

Results 25 issues of Daniele Pallastrelli

If for any reason one of the old files is missing (e.g., because one day the application has not logged), the oldest file is no more removed. For example, having...

### Discussed in https://github.com/daniele77/cli/discussions/165 Originally posted by **fadytalat268** October 27, 2022 get the help message of a sub menu by just calling "submenu name" + help from the main menu

enhancement

The library currently supports only arguments of type: - char - unsigned char - short - unsigned short - int - unsigned int - long - unsigned long - float...

enhancement

It would be nice to add the support for parameters of type `std::filesystem::path`, with auto-completion listing the files on the filesystem (bash style). This issue partially overlaps with #69 .

enhancement

(From discussion #151 ) Some examples: ``` C-a Move to the start of the line. C-e Move to the end of the line. M-f Move forward a word, where a...

enhancement

Issue taken from reddit. "Add CSIu extensions a la libtermkey". See http://www.leonerd.org.uk/hacks/fixterms/

enhancement
help wanted

It looks like using [Asio](https://think-async.com/Asio/) standalone instead of `boost/asio` has been mentioned but not conversed about; that would be a drop-in replacement for all the networking features from what I...

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...

bug
help wanted

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...

enhancement