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 144 forks source link

Optarg updates #46

Closed RobSanders closed 4 years ago

RobSanders commented 4 years ago

Fixed Makefile & libcli.spec to build rpms again (and pick up doc/developers-guide.md for /usr/share/doc/libcli-devel....) Fixed 2 memory leaks (one for tab completion, one for help) Renamed/exposed cli_int_add_set_optarg_value() as cli_set_optarg_value() bumped release from 1.10.0-1 to 1.10.0-2