Vibe.UI.SlashCommands.Registry (vibe v0.2.0)

Copy Markdown View Source

Slash command registry: discovery and dispatch.

Summary

Functions

commands()

@spec commands() :: [module()]

find(name)

@spec find(String.t()) :: module() | nil

find_selector(selector)

@spec find_selector(atom()) :: module() | nil

specs()

@spec specs() :: [map()]