Class: Listen::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/listen/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



31
32
33
# File 'lib/listen/cli.rb', line 31

def start
  Listen::Forwarder.new(options).start
end