Class: Larrow::Runner::Cli::Main

Inherits:
Thor
  • Object
show all
Defined in:
lib/larrow/runner/cli/main.rb

Instance Method Summary collapse

Instance Method Details

#go(url) ⇒ Object



15
16
17
18
19
# File 'lib/larrow/runner/cli/main.rb', line 15

def go url
  RunOption.update options
  RunLogger.nocolor if RunOption.key? :nocolor
  Manager.new(url).go
end

#loginObject



23
24
25
26
# File 'lib/larrow/runner/cli/main.rb', line 23

def 
  RunOption.update options
  Session.
end

#versionObject



5
6
7
# File 'lib/larrow/runner/cli/main.rb', line 5

def version
  puts VERSION
end