ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp_cli_commands
0.1.1
Latest stable version: 0.1.3
uploaded 1 month ago
esp_cli_commands - Command handling component
Readme
Dependencies
1
Dependents
1
Examples
5
Versions
4
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