Skip to main content

all_known_commands

Function all_known_commands 

Source
pub fn all_known_commands() -> Vec<CommandInfo>
Expand description

Returns command schemas for all known commands: built-ins + default plugins.

Used by the TUI to build its command palette at startup without needing access to the broker’s PluginRegistry.