Command

Command

new Command()

Source:

Command class

Methods

run(ctx) → {Promise.<any>}

Source:

Will be run when the command is executed

Parameters:
Name Type Description
ctx Context

Context

Returns:
Type
Promise.<any>