Module shellfish::handler

source ·
Expand description

Handler

In Shellfish handlers act as a way of interpreting commands. This means they take the command arguments, along with a couple of state parameters and run the command. For most cases you want DefaultHandler, unless you are doing async in which case DefaultAsyncHandler is for you.

Re-exports

Modules