Documentation
¶
Overview ¶
Package commands defines CLI subcommands for lea.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is the current build version for the CLI.
Functions ¶
Types ¶
type HookInput ¶ added in v0.2.2
type HookInput struct {
ToolName string `json:"tool_name"`
ToolNameCamel string `json:"toolName"`
ToolInput map[string]any `json:"tool_input"`
ToolInputCamel map[string]any `json:"toolInput"`
}
HookInput represents the JSON payload passed to PreToolUse hooks by Claude Code and other agents.
Click to show internal directories.
Click to hide internal directories.