Module: Sshster

Extended by:
Sshster
Included in:
Sshster
Defined in:
lib/sshster/actions/help.rb,
lib/sshster.rb,
lib/sshster/app.rb,
lib/sshster/config.rb,
lib/sshster/version.rb,
lib/sshster/argv_parser.rb,
lib/sshster/actions/base.rb,
lib/sshster/actions/init.rb,
lib/sshster/actions/compose.rb

Overview

rubocop:disable all

Defined Under Namespace

Modules: Actions Classes: App, ArgvParser, Config, Error

Constant Summary collapse

VERSION =
'0.1.1'.freeze

Instance Method Summary collapse

Instance Method Details

#run(argv) ⇒ Object



11
12
13
14
# File 'lib/sshster.rb', line 11

def run(argv)
  options = ArgvParser.new(argv).parse
  App.new(options).run
end