diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 18:30:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:27 -0500 |
commit | a8edfa4111cfb5e8c6d286be3927c4519eefb3dc (patch) | |
tree | 97bac77cdff56c1cf6a589eecb43cc1c6bec4945 /libraries/libcli/README | |
parent | 7dfff5086f11c4c19510120b4c6325f342c5550a (diff) | |
download | slackbuilds-a8edfa4111cfb5e8c6d286be3927c4519eefb3dc.tar.gz |
libraries/libcli: Added (a Cisco-like command-line interface library).
Diffstat (limited to 'libraries/libcli/README')
-rw-r--r-- | libraries/libcli/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libcli/README b/libraries/libcli/README new file mode 100644 index 0000000000..95642a898e --- /dev/null +++ b/libraries/libcli/README @@ -0,0 +1,4 @@ +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. |