@black-flag/core • Docs
@black-flag/core / index / RootConfiguration
RootConfiguration<
CustomCliArguments
,CustomExecutionContext
>:Partial
<ParentConfiguration
<CustomCliArguments
,CustomExecutionContext
>>
A partial extension to the Configuration interface for root configurations. This type was designed for use in external ESM/CJS module files that will eventually get imported via auto-discovery.
• CustomCliArguments extends Record
<string
, unknown
> = Record
<string
, unknown
>
• CustomExecutionContext extends ExecutionContext
= ExecutionContext