class Sequent::Core::CommandService

Single point in the application to get something done in Sequent. The CommandService handles all subclasses Sequent::Core::BaseCommand. Most common use is to subclass ‘Sequent::Command`.

The CommandService is available via the shortcut method ‘Sequent.command_service`

To use the CommandService please use:

Sequent.command_service.execute_commands(...)