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

