Class: Aspen::CLI::Commands::Push

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/aspen/cli/commands/push.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
# File 'lib/aspen/cli/commands/push.rb', line 8

def call(*)
  Aspen::Actions::Push.new.call
end