Raxol.Core.Runtime.Plugins.CommandHandler (Raxol v0.4.0)

View Source

Handles command execution and management for plugins. This module is responsible for:

  • Processing command requests
  • Executing commands through plugins
  • Managing command results and error handling
  • Handling clipboard-related commands

Summary

Functions

Handles clipboard result messages.

Handles a command request by delegating to the appropriate plugin. Returns an updated state and any necessary side effects.

Functions

handle_clipboard_result(pid, content)

Handles clipboard result messages.

handle_command(command_atom, namespace, data, dispatcher_pid, state)

Handles a command request by delegating to the appropriate plugin. Returns an updated state and any necessary side effects.