Skip to content

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

CommandsMap

parameters

string[]

Returns

| [Command<string, readonly string[], ClercFlagsDefinition>, string] | [undefined, undefined]

Released under the MIT license