Function: resolveCommand()
ts
function resolveCommand(
commandsMap,
parameters,
):
| [Command<string, readonly string[], ClercFlagsDefinition>, string]
| [undefined, undefined];Defined in: packages/core/src/commands.ts:3
Parameters
| Parameter | Type |
|---|---|
commandsMap | CommandsMap |
parameters | string[] |
Returns
| [Command<string, readonly string[], ClercFlagsDefinition>, string] | [undefined, undefined]

