* Build extended PATH with all common tool locations * @param currentPath - Current PATH value * @returns Extended PATH string
(currentPath?: string)
| 70 | * @returns Extended PATH string |
| 71 | */ |
| 72 | buildExtendedPath(currentPath?: string): string |
| 73 | |
| 74 | /** |
| 75 | * Get the default shell for this platform |
no outgoing calls
no test coverage detected