Merge pull request #2871 from Jholly2008/kkk/fix-on-complete-hook-shell

fix(cli): respect platform shell for --on-complete
This commit is contained in:
YeonGyu-Kim
2026-03-28 01:42:13 +09:00
committed by GitHub
4 changed files with 156 additions and 3 deletions

View File

@@ -186,6 +186,8 @@ Show version information.
bunx oh-my-opencode version
```
`--on-complete` runs through your current shell when possible: `sh` on Unix shells, `pwsh` for PowerShell on non-Windows, `powershell.exe` for PowerShell on Windows, and `cmd.exe` as the Windows fallback.
---
## mcp oauth