class Ellipses::Client::CLI::Commands::Update

Public Instance Methods

call(*, paths:) click to toggle source
# File lib/ellipses/client/cli/update.rb, line 12
def call(*, paths:)
  Application.update(paths: paths)
end