Variable passThroughCommandConst
passThroughCommand: { handler: ( state: Readonly<State<unknown, OptionsConfig>>, ) => Promise<unknown>; requiresSubcommand: true;} = ... Type declaration
Readonly
handler: (state: Readonly<State<unknown, OptionsConfig>>) => Promise<unknown>
Readonly
requiresSubcommand: true
A command handler that simply passes the data to the next command in the chain, requiring a subcommand to pass the data to.