Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 869 Bytes

HelperProgram.md

File metadata and controls

21 lines (11 loc) · 869 Bytes

@black-flag/coreDocs


@black-flag/core / util / HelperProgram

Type Alias: HelperProgram<CustomCliArguments, CustomExecutionContext>

HelperProgram<CustomCliArguments, CustomExecutionContext>: Omit<Program<CustomCliArguments, CustomExecutionContext>, "demand" | "demandCommand" | "command">

Represents an "helper" Program instance.

Type Parameters

CustomCliArguments extends Record<string, unknown> = Record<string, unknown>

CustomExecutionContext extends ExecutionContext = ExecutionContext

Defined in

types/program.ts:130