Class: SocksTunnel::CLI
- Inherits:
-
Thor
- Object
- Thor
- SocksTunnel::CLI
- Defined in:
- lib/socks_tunnel/cli.rb
Instance Method Summary collapse
Instance Method Details
#local ⇒ Object
12 13 14 15 |
# File 'lib/socks_tunnel/cli.rb', line 12 def local Config.from() Local.run end |
#remote ⇒ Object
21 22 23 24 |
# File 'lib/socks_tunnel/cli.rb', line 21 def remote Config.from() Remote.run end |