class

Marten::CLI::Manage::Command::Gen

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
show_usage

Shows the command usage.

This method is called when the help option is specified by the user. It will print the command usage to the output file descriptor by default.

Source