class

Marten::CLI::Manage::Command::ResetMigrations

Inherits 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.

Source
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.

Source