Class: SSHTunnel::CLI
Instance Method Summary collapse
Instance Method Details
#parse(args = ARGV) ⇒ Object
7 8 9 10 11 |
# File 'lib/ssh-hull/cli.rb', line 7 def parse(args = ARGV) (args) validate! load_config! end |
#run ⇒ Object
14 15 16 17 18 19 |
# File 'lib/ssh-hull/cli.rb', line 14 def run compile_resources! load_resources! set_locales! boot_application! end |