@black-flag/core • Docs
@black-flag/core / util / HelperProgram
HelperProgram<
CustomCliArguments
,CustomExecutionContext
>:Omit
<Program
<CustomCliArguments
,CustomExecutionContext
>,"demand"
|"demandCommand"
|"command"
>
Represents an "helper" Program instance.
• CustomCliArguments extends Record
<string
, unknown
> = Record
<string
, unknown
>
• CustomExecutionContext extends ExecutionContext
= ExecutionContext