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

If a command is longer than 20 characters long it runs into the help message w/o any spaces #66

Closed RobSanders closed 3 years ago

RobSanders commented 3 years ago

As mentioned, if a command is longer than 20 characters it runs in to the help message text w/o space, and is hard to understand.

RobSanders commented 3 years ago

Fixed in 1_10_5