Class: Sumodev::Commands::Fork

Inherits:
Sumodev::Command show all
Defined in:
lib/sumodev/commands/fork.rb

Instance Method Summary collapse

Methods inherited from Sumodev::Command

banner

Instance Method Details

#create(client, name) ⇒ Object



27
28
29
30
# File 'lib/sumodev/commands/fork.rb', line 27

def create(client, name)
  fork_generator = Sumodev::Generators::Fork::V3.new([client, name], options)
  fork_generator.invoke_all
end