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

Change cli_loop completor code to be case sensitive. #91

Closed RobSanders closed 9 months ago

RobSanders commented 9 months ago

Fixing cli_loop() completor code to be case sensitive - affects primarily the opt/arg parsing. Commands are not properly differentiating between commands that differ only in case at this point.