method BaseCLI.prototype.run
BaseCLI.prototype.run(args: ReadonlyArray<string>): Promise<RunResult>

Parameters

args: ReadonlyArray<string>

Return Type

Promise<RunResult>

Usage

import BaseCLI from ".";