Class: Aspen::CLI::Commands::Watch::Run

Inherits:
Dry::CLI::Command
  • Object
show all
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(**options)
  Aspen::Actions::Watch.new(options: options).call
end