MCPcopy Index your code
hub / github.com/Fission-AI/OpenSpec / normalizeShell

Method normalizeShell

src/commands/completion.ts:310–312  ·  view source on GitHub ↗

* Normalize shell parameter to lowercase

(shell?: string)

Source from the content-addressed store, hash-verified

308 * Normalize shell parameter to lowercase
309 */
310 private normalizeShell(shell?: string): string | undefined {
311 return shell?.toLowerCase();
312 }
313}

Callers 1

resolveShellOrExitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected