Class: Driskell::Listen::CLI

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

Instance Method Summary collapse

Instance Method Details

#startObject



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

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