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
289 stars 143 forks source link

Libcli 1 10 7 staging #73

Closed RobSanders closed 3 years ago

RobSanders commented 3 years ago

Fixed help formatting, and also fixed a memory leak in line wrapper.

RobSanders commented 3 years ago

Fixes issue #70 (extra line in help for opt/arg), and a memory leak found in the ilne wrap code.