Class: Umwelt::CLI::Commands::Pull

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

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'lib/umwelt/cli/commands/pull.rb', line 7

def call(*)
  puts 'Pulling project'
end