PowerShell -Command does not forward argv elements after the command string to the script — they are treated as top-level PowerShell args and silently dropped. Using -File passes remaining args as positional parameters ($1, $2, …) to the script, so e.g. `ao doctor --fix` correctly reaches the script on Windows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dashboard-rebuild.test.ts | ||
| format.test.ts | ||
| openclaw-probe.test.ts | ||
| plugins.test.ts | ||
| preflight.test.ts | ||
| project-resolution.test.ts | ||
| script-runner.test.ts | ||
| session-utils.test.ts | ||
| shell.test.ts | ||