Marten::CLI::Manage::Command::Play
Inherits Marten::CLI::Manage::Command::CanGenerateOpenBrowserCommand / Marten::CLI::Manage::Command::Base / Marten::Apps::Association / Reference / Object
Instance methods
run
Runs the command.
This method should be overridden by subclasses in order to implement the execution logic of the considered command.
setup
Setups the command.
This method should be overridden by subclasses in order to configure the command arguments and options
through the use of the #on_argument and #on_option methods.