From 5ad2366d1e95e5888037822a40be3cce1561178f Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 1 Mar 2026 10:50:59 +0100 Subject: [PATCH] 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). --- playwriter/src/skill.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/playwriter/src/skill.md b/playwriter/src/skill.md index a6af2c7..c91ccdd 100644 --- a/playwriter/src/skill.md +++ b/playwriter/src/skill.md @@ -52,8 +52,6 @@ playwriter -s -e "" 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 ` - **Examples:** ```bash