Class: Ellipses::Client::CLI::Commands::Update
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Ellipses::Client::CLI::Commands::Update
- 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 |