()
| 33 | } |
| 34 | |
| 35 | export function getLocalInstallDirDisplay(): string { |
| 36 | return getLocalInstallDir().replace(homedir(), '~') |
| 37 | } |
| 38 | export function getLocalClaudePath(): string { |
| 39 | return join(getLocalInstallDir(), 'claude') |
| 40 | } |
no test coverage detected