{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"which mail; file \\$(which mail); mail --help 2>&1 | head -5\"",
"description": "Check mail command on prod"
}
}
{
"tool_response": {
"stdout": "\/usr\/local\/bin\/mail\n\/usr\/local\/bin\/mail: Bourne-Again shell script, ASCII text executable\nusage: mail [-h] [-f {json,text,minimal,table}] [-q] [-v] [--version]\n {status,list,archive,spam,restore,move,search,read,batch,cleanup,draft} ...\n\nMail Client CLI - IMAP operations",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}