35f9c6d1e6
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
434 B
434 B
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) |