Skip to main content
Version: 20.9.0

CLI.(constructor)

Constructs a new instance of the CLI class

Signature:

class CLI {
constructor(cachePath?: string, rl?: readline.Interface);
}

Parameters

ParameterTypeDescription
cachePathstring(Optional)
rlreadline.Interface(Optional)