interface CLI

Methods

run(
args: ReadonlyArray<string>,
cliConfig: CLIConfig,
): Promise<RunResult>

Run the CLI with the provided arguments which do not include the invoked executable name.

Usage

import type CLI from ".";