Skip to content

craft-hub / CommandInvocation

Interface: CommandInvocation

Defined in: packages/craft-hub/src/types.ts:322

Structured command invocation discovered from a project.

Properties

args

args: string[]

Defined in: packages/craft-hub/src/types.ts:324


command

command: string

Defined in: packages/craft-hub/src/types.ts:323


cwd

cwd: string

Defined in: packages/craft-hub/src/types.ts:325


requiredEnv

requiredEnv: string[]

Defined in: packages/craft-hub/src/types.ts:326

Released under the MIT License.