Class: Aspen::CLI::Commands::Watch::Run
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Aspen::CLI::Commands::Watch::Run
- Defined in:
- lib/aspen/cli/commands/watch.rb
Instance Method Summary collapse
Instance Method Details
#call(**options) ⇒ Object
22 23 24 |
# File 'lib/aspen/cli/commands/watch.rb', line 22 def call(**) Aspen::Actions::Watch.new(options: ).call end |