ref: 0c3b7d23fead592c182b75b5bae25110d2f5ac09
dir: /tools/cmd.tool/
static char *cmddesc = "call a function in the rc shell.";
static char *cmdargs = ""
%%json
{
"type": "object",
"properties": {
"cmd": {
"type": "string",
"description": "name or path of the command"
},
"args": {
"type": "array",
"description": "command line arguments",
"items": { "type": "string" }
}
},
"required": [ "cmd", "args" ]
}
%/json
;