Athena::Console::Commands::Generic
Inherits Athena::Console::Command / Reference / Object
A generic implementation of ACON::Command that is instantiated with a block that will be executed as part of the #execute method.
This is the command class used as part of ACON::Application#register.
Constructors
new(name : String, &callback : ACON::Commands::Generic::Proc)
Source