Class: Redminerb::CLI
- Inherits:
-
Thor
- Object
- Thor
- Redminerb::CLI
- Defined in:
- lib/redminerb/cli.rb
Overview
Thor’s command class
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
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 |