uploaded 2 months ago
esp_cli_commands - Command handling component

5 examples

  • command_set
    This example demonstrates the use of command sets in esp_cli_commands, featuring the creation and execution of commands within different groups,…
    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,…
    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…
    2.53 KB
  • integration_with_argtable
    This example demonstrates how to integrate argtable3 with esp_cli_commands to generate hints and glossary for commands.
    2.72 KB
  • static_registration
    This example demonstrates static registration of a simple CLI command (`hello`) using esp_cli_commands.
    2.37 KB