Module: Pvectl::Commands::MigrateCommand::ClassMethods

Defined in:
lib/pvectl/commands/migrate_command.rb,
sig/pvectl/commands/migrate_command.rbs

Overview

Class methods added when the module is included.

Instance Method Summary collapse

Instance Method Details

#execute(args, options, global_options) ⇒ Integer

Executes the migrate command.



33
34
35
# File 'lib/pvectl/commands/migrate_command.rb', line 33

def execute(args, options, global_options)
  new(args, options, global_options).execute
end