uploaded 1 week ago
esp_cli_commands - Command handling component
-
command_set
This example demonstrates the use of command sets in esp_cli_commands, featuring the creation and execution of commands within different groups,…
Archive size ~ 2.72 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.65 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.53 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.72 KB
-
static_registration
This example demonstrates static registration of a simple CLI command (`hello`) using esp_cli_commands.
Archive size ~ 2.37 KB