class

Synacor::RunCommand

Inherits Athena::Console::Command < Reference < Object

Instance methods

configure

Can be overridden to configure the current command, such as setting the name, adding arguments/options, setting help information etc.

Source
execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : ACON::Command::Status

Executes the command with the provided input and output, returning the status of the invocation via ACON::Command::Status.

This method MUST be defined and implement the business logic for the command.

Source
setup(input : ACON::Input::Interface, output : ACON::Output::Interface) : Nil

Called after the input has been bound, but before it has been validated. Can be used to setup state of the command based on the provided input data.

Source
vm=(vm : VM)
Source