class Athena::Console::Commands::Generic
inherits Athena::Console::Command
#
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
.