module Sshster

rubocop:disable all

Constants

VERSION

Public Instance Methods

run(argv) click to toggle source
# File lib/sshster.rb, line 11
def run(argv)
  options = ArgvParser.new(argv).parse
  App.new(options).run
end