Function: cli()
ts
function cli<A>(
argv,
entry,
opts): Promise<undefined | string>;Type Parameters
| Type Parameter | Default type |
|---|---|
A extends Args | Args |
Parameters
| Parameter | Type |
|---|---|
argv | string[] |
entry | | Command<A> | CommandRunner<A> | LazyCommand<A> |
opts | CommandOptions<A> |
Returns
Promise<undefined | string>
