chore: collapse readme (#404)
This commit is contained in:
parent
fea3f26e85
commit
a1eee8351e
11 changed files with 491 additions and 323 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue