kvasir_agent v0.0.3 Kvasir.Command.Registry View Source

Command registry stub.

Overloaded with actual module at startup.

Link to this section Summary

Functions

All available commands indexed on type

List all commands

List all commands matching the filter

Lookup commands

Link to this section Functions

Link to this function commands() View Source
commands() :: map()

All available commands indexed on type.

List all commands.

Link to this function list(filter) View Source
list(filter :: Keyword.t()) :: [module()]

List all commands matching the filter.

Link to this function lookup(type) View Source
lookup(String.t()) :: module() | nil

Lookup commands.