☯️ shellToolUtils.ts

This commit is contained in:
nirholas
2026-03-31 10:24:29 +00:00
parent 979bed42fb
commit b9e84f94a1

View File

@@ -20,3 +20,4 @@ export function isPowerShellToolEnabled(): boolean {
? !isEnvDefinedFalsy(process.env.CLAUDE_CODE_USE_POWERSHELL_TOOL)
: isEnvTruthy(process.env.CLAUDE_CODE_USE_POWERSHELL_TOOL)
}