Bug Description
The auto-generated reference doc from playwright-cli install --skills contains an incorrect flag reference in references/session-management.md.
Location
references/session-management.md, line 7 under "Named Browser Sessions":
## Named Browser Sessions
Use `-b` flag to isolate browser contexts:
Expected
Should reference -s (session flag), which is what all the examples in the same file and SKILL.md actually use:
playwright-cli -s=auth open https://app.example.com/login
playwright-cli -s=public open https://example.com
The CLI help also confirms -s:
Usage: playwright-cli -s=<session> <command> [args] [options]
Steps to Reproduce
- Run
playwright-cli install --skills
- Open generated
references/session-management.md
- Line 7 says
-b but all examples use -s
Version
@playwright/cli v0.1.0