puppeteer/docs/browsers-api/browsers.cli._constructor_.md
2023-04-06 14:23:10 +02:00

23 lines
434 B
Markdown

---
sidebar_label: CLI.(constructor)
---
# CLI.(constructor)
Constructs a new instance of the `CLI` class
#### Signature:
```typescript
class CLI {
constructor(cachePath?: string, rl?: readline.Interface);
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------------------ | ------------ |
| cachePath | string | _(Optional)_ |
| rl | readline.Interface | _(Optional)_ |