()
| 88 | * Get the default shell for current platform |
| 89 | */ |
| 90 | export function getDefaultShell(): string { |
| 91 | return platform.getDefaultShell() |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Detect user's preferred shell (async) |
nothing calls this directly
no test coverage detected