Update mbed-client-cli from v0.5.0

Update mbed-client-cli from v0.5.0 of master repository
https://github.com/ARMmbed/mbed-client-cli
pull/13443/head
Arto Kinnunen 2020-08-17 15:41:37 +03:00
parent 83fa12183b
commit 9325f17d70
3 changed files with 491 additions and 100 deletions

View File

@ -293,7 +293,6 @@ void cmd_variable_add_int(char *variable, int value);
*/
void cmd_request_screen_size(void);
/** find command parameter index by key.
* e.g.
* \code

View File

@ -1,3 +1,76 @@
{
"name": "mbed-client-cli"
"name": "cmdline",
"config": {
"use_minimum_set": {
"help": "use pre configured minimum set which reduce most of features but allows to run icetea tests. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_aliases": {
"help": "enable alias feature. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_escape_handling": {
"help": "enable escape handling. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_operators": {
"help": "enable operators. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_internal_commands": {
"help": "enable internal commands, like echo, set, unset. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"use_dummy_set_and_echo": {
"help": "when enable_internal_commands is disabled this can be used to activate dummy set and echo commands that is needed for icetea tests. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_internal_variables": {
"help": "enable internal variables. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"include_man": {
"help": "include man pages. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"max_line_length": {
"help": "maximum input line length. Defaults to 200 when not set",
"value": null
},
"args_max_count": {
"help": "maximum arguments count. Defaults to 30 when not set",
"value": null
},
"enable_history": {
"help": "enable command history. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"history_max_count": {
"help": "maximum history count. Defaults to 32 when not set",
"value": null
},
"boot_message": {
"help": "Set custom boot message when calling cmd_init() or cmd_init_screen()",
"value": null
},
"enable_internal_traces": {
"help": "Enable internal traces. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_deep_internal_traces": {
"help": "Enable more verbose internal traces. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
}
}
}

File diff suppressed because it is too large Load Diff