(prefix: string)
| 337 | } |
| 338 | |
| 339 | function suggestionForPrefix(prefix: string): PermissionUpdate[] { |
| 340 | return sharedSuggestionForPrefix(BashTool.name, prefix) |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * Extract prefix from legacy :* syntax (e.g., "npm:*" -> "npm") |
no outgoing calls
no test coverage detected