espressif/esp_cli_commands

0.1.3

Latest
uploaded 3 weeks ago
esp_cli_commands - Command handling component

5 examples

  • 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…
    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,…
    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…
    2.63 KB
  • integration_with_argtable
    This example demonstrates how to integrate argtable3 with esp_cli_commands to generate hints and glossary for commands.
    2.82 KB
  • static_registration
    This example demonstrates static registration of a simple CLI command (`hello`) using esp_cli_commands.
    2.47 KB