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) |