A cache that holds the middleware to be used by a single command
Returns a copy of the current registered middleware functions
Add middleware function(s) that the command module will use for command dispatching. Middleware will be executed in the order they are added
Generated using TypeDoc
A cache that holds the middleware to be used by a single command