MCPcopy Create free account
hub / github.com/21st-dev/1code / getDefaultShell

Function getDefaultShell

src/main/lib/platform/index.ts:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 * Get the default shell for current platform
89 */
90export function getDefaultShell(): string {
91 return platform.getDefaultShell()
92}
93
94/**
95 * Detect user's preferred shell (async)

Callers

nothing calls this directly

Calls 1

getDefaultShellMethod · 0.65

Tested by

no test coverage detected