Module: Gbwd

Defined in:
lib/gbwd.rb,
lib/gbwd/cli.rb,
lib/gbwd/version.rb,
lib/gbwd/commands.rb

Defined Under Namespace

Classes: Cli, Commands

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.start(command, options) ⇒ Object



7
8
9
10
11
# File 'lib/gbwd.rb', line 7

def self.start(command, options)
  commands = Commands.new
  cli = Cli.new(commands)
  cli.run(command, options)
end