Class: SocksTunnel::CLI

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

Instance Method Summary collapse

Instance Method Details

#localObject



12
13
14
15
# File 'lib/socks_tunnel/cli.rb', line 12

def local
  Config.from(options)
  Local.run
end

#remoteObject



21
22
23
24
# File 'lib/socks_tunnel/cli.rb', line 21

def remote
  Config.from(options)
  Remote.run
end