Type Alias: StricliCommandContextBuilder()<CONTEXT>
StricliCommandContextBuilder<
CONTEXT
>: (info
) =>CONTEXT
|Promise
<CONTEXT
>
Function to build a generic CommandContext given the current command information.
Type Parameters
• CONTEXT extends CommandContext
Parameters
• info: CommandInfo
Returns
CONTEXT
| Promise
<CONTEXT
>