mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
434 B
434 B
sidebar_label
| sidebar_label |
|---|
| CLI.(constructor) |
CLI.(constructor)
Constructs a new instance of the CLI class
Signature:
class CLI {
constructor(cachePath?: string, rl?: readline.Interface);
}
Parameters
| Parameter | Type | Description |
|---|---|---|
| cachePath | string | (Optional) |
| rl | readline.Interface | (Optional) |