Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.01 KB

Arguments.md

File metadata and controls

23 lines (13 loc) · 1.01 KB

@black-flag/coreDocs


@black-flag/core / index / Arguments

Type Alias: Arguments<CustomCliArguments, CustomExecutionContext>

Arguments<CustomCliArguments, CustomExecutionContext>: _Arguments<FrameworkArguments<CustomExecutionContext> & CustomCliArguments>

Represents the parsed CLI arguments, plus _ and $0, any (hidden) arguments/properties specific to Black Flag, and an indexer falling back to unknown for unrecognized arguments.

Type Parameters

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

CustomExecutionContext extends ExecutionContext = ExecutionContext

Defined in

types/program.ts:18