Class: Redminerb::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/redminerb/cli.rb

Overview

Thor’s command class

Instance Method Summary collapse

Instance Method Details

#configObject



16
17
18
19
20
# File 'lib/redminerb/cli.rb', line 16

def config
  Redminerb.init!
  puts 'URL:     '.blue + Redminerb.config.url.green
  puts 'API-KEY: '.blue + Redminerb.config.api_key.green
end