#include <commands.h>
Data Fields | |
char * | cmd |
command verb (e.g., read, quit, etc.) | |
int(* | action )(char *args, MsgType msgtype, char *reply) |
char * | usage |
command usage syntax, for the help facility and error messages | |
char * | description |
brief, 1-line command description for the help facility |
|
command verb (e.g., read, quit, etc.)
|
|
|
|
command usage syntax, for the help facility and error messages
|
|
brief, 1-line command description for the help facility
|