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

small bugfixing and a couple of utility functions #17

Closed aend closed 5 years ago

aend commented 9 years ago

I fixed an issue on handling nesting of different quotes and added the support for the pipe characters inside the parameters (internal separator is now a double pipe)