register abstract method

void register(
  1. PluginContext context
)

Called once when the CLI starts. Use context to register tools, hooks, slash commands, and read plugin-specific context.config.

Implementation

void register(PluginContext context);