2023-04-06 12:23:10 +00:00
|
|
|
---
|
|
|
|
sidebar_label: CLI
|
|
|
|
---
|
|
|
|
|
|
|
|
# CLI class
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare class CLI
|
|
|
|
```
|
|
|
|
|
|
|
|
## Constructors
|
|
|
|
|
2024-01-29 12:46:51 +00:00
|
|
|
| Constructor | Modifiers | Description |
|
|
|
|
| ---------------------------------------------------------- | --------- | ------------------------------------------------------- |
|
|
|
|
| [(constructor)(opts, rl)](./browsers.cli._constructor_.md) | | Constructs a new instance of the <code>CLI</code> class |
|
2023-04-06 12:23:10 +00:00
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
2024-01-29 12:46:51 +00:00
|
|
|
| Method | Modifiers | Description |
|
|
|
|
| ---------------------------------- | --------- | ----------- |
|
|
|
|
| [run(argv)](./browsers.cli.run.md) | | |
|