15 lines
209 B
JSON
15 lines
209 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "echo test"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|