(claudePath: string)
| 57 | return `Exec="${claudePath}" --handle-uri %u` |
| 58 | } |
| 59 | function windowsCommandValue(claudePath: string): string { |
| 60 | return `"${claudePath}" --handle-uri "%1"` |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Register the protocol handler on macOS. |
no outgoing calls
no test coverage detected