Class: Umwelt::CLI::Commands::Clone
- Inherits:
-
Hanami::CLI::Command
- Object
- Hanami::CLI::Command
- Umwelt::CLI::Commands::Clone
- Defined in:
- lib/umwelt/cli/commands/clone.rb
Instance Method Summary collapse
Instance Method Details
#call(user_project:, **options) ⇒ Object
16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/umwelt/cli/commands/clone.rb', line 16 def call(user_project:, **) puts "Cloning project: <#{user_project}>" puts .inspect puts .fetch(:target) report( Umwelt::Command::Clone .new(path: .fetch(:target)) .call(user_project: user_project) ) end |