Class: Ellipses::Client::CLI::Commands::Update

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/ellipses/client/cli/update.rb

Instance Method Summary collapse

Instance Method Details

#call(paths:) ⇒ Object



12
13
14
# File 'lib/ellipses/client/cli/update.rb', line 12

def call(*, paths:)
  Application.update(paths: paths)
end