Module shell_commands

Source

Structs§

ShellCommand
Shell command struct with metadata

Functions§

dispatch
Dispatches shell input to registered handlers. Returns true if any handler accepted the input.
list
Returns all registered shell commands (for dynamic help)
register
Register a new shell-only command from a parent application