mirror of https://github.com/sipwise/klish.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
10 years ago | |
|---|---|---|
| .. | ||
| action | 11 years ago | |
| command | 10 years ago | |
| config | 10 years ago | |
| hotkey | 11 years ago | |
| nspace | 10 years ago | |
| param | 11 years ago | |
| pargv | 10 years ago | |
| plugin | 10 years ago | |
| ptype | 11 years ago | |
| shell | 10 years ago | |
| udata | 12 years ago | |
| var | 11 years ago | |
| view | 10 years ago | |
| README | 12 years ago | |
| action.h | 12 years ago | |
| command.h | 10 years ago | |
| config.h | 10 years ago | |
| hotkey.h | 12 years ago | |
| module.am | 11 years ago | |
| nspace.h | 10 years ago | |
| param.h | 11 years ago | |
| pargv.h | 10 years ago | |
| plugin.h | 10 years ago | |
| plugin_builtin.c | 11 years ago | |
| plugin_builtin.c.in | 11 years ago | |
| private.h | 12 years ago | |
| ptype.h | 12 years ago | |
| shell.h | 10 years ago | |
| types.h | 12 years ago | |
| udata.h | 12 years ago | |
| var.h | 12 years ago | |
| view.h | 10 years ago | |
README
/**
\defgroup clish "CLI Shell" Library
@{
This library provides the core functionality for a shell to implement a
CISCO-like user interface. The look and feel is fully defined by a set of XML
files which are loaded when the shell starts up.
The schema for these XML files can be found in
http://clish.sourceforge.net/XMLSchema/clish.xsd
@}
*/