dparrish / libcli

Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
https://dparrish.com/link/libcli
GNU Lesser General Public License v2.1
296 stars 147 forks source link

Extra blank lines when displaying help on options/args #71

Closed RobSanders closed 3 years ago

RobSanders commented 3 years ago

If you are requesting help on options and arguments the line formatting is inserting a extra blank line for each entry

RobSanders commented 3 years ago

Fixed, as well as a memory leak found in the help line wrapper code

RobSanders commented 3 years ago

Fixed in V1.10.7