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

Incorrect error message when the validator for an optional argument fails #65

Closed RobSanders closed 3 years ago

RobSanders commented 3 years ago

An incorrect error message is being display during command processing if a validator for an optional argument fails. Instead of showing the name of the argument and the actual value that failed, the name of the argument is shown twice. This issue is fixed in the 1.10.5 devel branch.

RobSanders commented 3 years ago

Fixed in 1_10_5