Class: Hanami::Sequel::CLI::Seed

Inherits:
CLI::Command
  • Object
show all
Defined in:
lib/hanami/sequel/commands/seed.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



5
6
7
# File 'lib/hanami/sequel/commands/seed.rb', line 5

def call(**options)
  Command.seed(options)
end