Marten::CLI::Manage::Command::ClearSessions
Inherits Marten::CLI::Manage::Command::Base / Marten::Apps::Association / Reference / Object
Instance methods
no_input
Sourcerun
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.