Class: Umwelt::CLI::Commands::Clone

Inherits:
Hanami::CLI::Command
  • Object
show all
Defined in:
lib/umwelt/cli/commands/clone.rb

Instance Method Summary collapse

Instance Method Details

#call(project:) ⇒ Object



11
12
13
14
# File 'lib/umwelt/cli/commands/clone.rb', line 11

def call(project:)
  puts "Cloning project: <#{project}>"
  # Generator::Element.new(element).create
end