Method: AppCommand::SSH#execute
- Defined in:
- lib/routes/ssh.rb
#execute ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/routes/ssh.rb', line 7 def execute begin @opts = @args = arguments opts_validate opts_routing rescue => e Blufin::Terminal::print_exception(e) end end |