Interface: NodeConsoleOptions
Interface: NodeConsoleOptions
Configuration options for the NodeConsole decorator. These options extend the default Node Cli adapter configuration.
Extends
Partial<NodeConsoleAdapterAdapterConfig>
Properties
commands?
optional commands: MetaCommandHandler<IncomingEvent, unknown>[];
The commands that the Node Cli adapter will handle.
Inherited from
Partial.commands
