(input: ToolInput)
| 288 | } |
| 289 | |
| 290 | function shellCommand(input: ToolInput) { |
| 291 | return stringValue(input.command) ?? stringValue(input.cmd) |
| 292 | } |
| 293 | |
| 294 | function isShell(toolName: string) { |
| 295 | const tool = toolName.toLocaleLowerCase() |
no test coverage detected