uploaded 2 days ago
esp_cli_commands - Command handling component
-
command_set
This example demonstrates the use of command sets in esp_cli_commands by creating and executing two commands from different groups with their…
Archive size ~ 2.82 KB
-
command_with_arg
This example demonstrates static registration of a CLI command (`math_op`) that performs basic math operations (add, sub, mul, div) on two arguments,…
Archive size ~ 2.75 KB
-
dynamic_registration
This example demonstrates dynamic registration of a `debug` command and an `unregister` command at runtime. The `unregister` command can remove…
Archive size ~ 2.63 KB
-
integration_with_argtable
This example demonstrates how to integrate argtable3 with esp_cli_commands to generate hints and glossary for commands.
Archive size ~ 2.82 KB
-
static_registration
This example demonstrates static registration of a simple CLI command (`hello`) using esp_cli_commands.
Archive size ~ 2.47 KB