ktg-plugin-marketplace/plugins/config-audit/tests/fixtures/test-plugin/hooks/hooks.json

15 lines
209 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "echo test"
}
]
}
]
}
}