Serj Kalichev 069a414a1f The pattern of CONFIG tag bacame a regexp. před 15 roky
..
command 847dfa9196 Add ostream to context and shell. Use ostream for normal data exchange. Use stderr for error messages and help. před 15 roky
nspace c30fc7a7e8 The first klish tree. před 15 roky
param 847dfa9196 Add ostream to context and shell. Use ostream for normal data exchange. Use stderr for error messages and help. před 15 roky
pargv c30fc7a7e8 The first klish tree. před 15 roky
ptype bfe15247cb Fix segmentation when the PTYPE has a reference but is not defined. So the ptype->method was not defined. před 15 roky
shell 069a414a1f The pattern of CONFIG tag bacame a regexp. před 15 roky
variable c30fc7a7e8 The first klish tree. před 15 roky
view f079e77cf0 Fix problem with first entry in config bintree. před 15 roky
README c30fc7a7e8 The first klish tree. před 15 roky
clish_access_callback.c c30fc7a7e8 The first klish tree. před 15 roky
clish_config_callback.c f88552c39e Fix query operation names před 15 roky
clish_script_callback.c 847dfa9196 Add ostream to context and shell. Use ostream for normal data exchange. Use stderr for error messages and help. před 15 roky
clish_shutdown.c c30fc7a7e8 The first klish tree. před 15 roky
clish_startup.c c30fc7a7e8 The first klish tree. před 15 roky
command.h c30fc7a7e8 The first klish tree. před 15 roky
internal.h 8c93366224 Add internal.h header to allow third-party software to use inernal defined callbacks. před 15 roky
module.am 8c93366224 Add internal.h header to allow third-party software to use inernal defined callbacks. před 15 roky
nspace.h c30fc7a7e8 The first klish tree. před 15 roky
param.h c30fc7a7e8 The first klish tree. před 15 roky
pargv.h c30fc7a7e8 The first klish tree. před 15 roky
private.h 8c93366224 Add internal.h header to allow third-party software to use inernal defined callbacks. před 15 roky
ptype.h c30fc7a7e8 The first klish tree. před 15 roky
shell.h 847dfa9196 Add ostream to context and shell. Use ostream for normal data exchange. Use stderr for error messages and help. před 15 roky
tclish_fini_callback.c c30fc7a7e8 The first klish tree. před 15 roky
tclish_init_callback.c c30fc7a7e8 The first klish tree. před 15 roky
tclish_script_callback.c c30fc7a7e8 The first klish tree. před 15 roky
tclish_show_result.c c30fc7a7e8 The first klish tree. před 15 roky
variable.h c30fc7a7e8 The first klish tree. před 15 roky
view.h c30fc7a7e8 The first klish tree. před 15 roky

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

@}
*/