Class: Listen::CLI

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

Instance Method Summary collapse

Instance Method Details

#startObject



29
30
31
# File 'lib/listen/cli.rb', line 29

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