class Aspen::CLI::Commands::Watch::Run
Public Instance Methods
call(**options)
click to toggle source
# File lib/aspen/cli/commands/watch.rb, line 22 def call(**options) Aspen::Actions::Watch.new(options: options).call end