chore: collapse readme (#404)

This commit is contained in:
Pavel Feldman 2025-05-12 16:42:47 -07:00 committed by GitHub
parent fea3f26e85
commit a1eee8351e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 491 additions and 323 deletions

View file

@ -31,7 +31,8 @@ program
.option('--executable-path <path>', 'Path to the browser executable.')
.option('--headless', 'Run browser in headless mode, headed by default')
.option('--device <device>', 'Device to emulate, for example: "iPhone 15"')
.option('--user-data-dir <path>', 'Path to the user data directory')
.option('--user-data-dir <path>', 'Path to the user data directory. If not specified, a temporary directory will be created.')
.option('--in-memory', 'Use in-memory storage for user data directory.')
.option('--port <port>', 'Port to listen on for SSE transport.')
.option('--host <host>', 'Host to bind server to. Default is localhost. Use 0.0.0.0 to bind to all interfaces.')
.option('--allowed-origins <origins>', 'Semicolon-separated list of origins to allow the browser to request. Default is to allow all.', semicolonSeparatedList)