|
CLISH
0.7.3
|
#include <shell.h>
Data Fields | |
| const char * | name |
| clish_shell_builtin_fn_t * | callback |
A client of libclish may provide some builtin commands which will be interpreted by the framework, instead of the client's script engine.
| clish_shell_builtin_fn_t* clish_shell_builtin_t::callback |
The function to be invoked
| const char* clish_shell_builtin_t::name |
The textual name to be used in the 'builtin' XML attribute"
1.8.6