Skip to content

craft-hub / resolveCommandInvocation

Function: resolveCommandInvocation()

resolveCommandInvocation(capability, provided?): CommandInvocation

Defined in: packages/craft-hub/src/command-inputs.ts:15

Validate command inputs and resolve them into a structured invocation without invoking a shell.

Parameters

capability

CommandCapability

provided?

CommandInputValues = {}

Returns

CommandInvocation

Released under the MIT License.