Module: GoodData::CLI

Extended by:
GLI::App
Defined in:
lib/gooddata/cli/cli.rb,
lib/gooddata/cli/shared.rb,
lib/gooddata/cli/terminal.rb,
lib/gooddata/cli/commands/api_cmd.rb,
lib/gooddata/cli/commands/auth_cmd.rb,
lib/gooddata/cli/commands/domain_cmd.rb,
lib/gooddata/cli/commands/process_cmd.rb,
lib/gooddata/cli/commands/project_cmd.rb

Constant Summary collapse

DEFAULT_TERMINAL =
HighLine.new

Class Method Summary collapse

Class Method Details

.main(args = ARGV) ⇒ Object



20
21
22
# File 'lib/gooddata/cli/cli.rb', line 20

def self.main(args = ARGV)
  run(args)
end

.terminalObject



15
16
17
# File 'lib/gooddata/cli/terminal.rb', line 15

def terminal
  DEFAULT_TERMINAL
end