remove generic --timeout CLI option from skill docs

The --timeout flag isn't useful enough to document prominently.
Keeps the createDemoVideo-specific timeout note since that's
a real footgun (ffmpeg can take 60-120s).
This commit is contained in:
Tommy D. Rossi
2026-03-01 10:50:59 +01:00
parent 1106d53e9a
commit 5ad2366d1e
-2
View File
@@ -52,8 +52,6 @@ playwriter -s <sessionId> -e "<code>"
The `-s` flag specifies a session ID (required). Get one with `playwriter session new`. Use the same session to persist state across commands. The `-s` flag specifies a session ID (required). Get one with `playwriter session new`. Use the same session to persist state across commands.
Default timeout is 10 seconds. you can increase the timeout with `--timeout <ms>`
**Examples:** **Examples:**
```bash ```bash