Class: ListCommand
Class: ListCommand
The list command class.
Constructors
Constructor
new ListCommand(context): ListCommand;
Create a new instance of ListCommand.
Parameters
context
The service container to manage dependencies.
Returns
ListCommand
Methods
handle()
handle(event): Promise<void>;
Handle the incoming event.
Parameters
event
IncomingEvent
The incoming event.
Returns
Promise
<void
>
The blueprint.