method DefaultRuntimeCLI.prototype.run
DefaultRuntimeCLI.prototype.run(): Promise<RunResult>

Run the CLI using process.argv for the arguments and call process.exit() passing the RunState value resulting from the invocation.

Return Type

Promise<RunResult>

Usage

import DefaultRuntimeCLI from ".";