Class: Ribose::CLI::Command

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

Instance Method Summary collapse

Instance Method Details

#configObject



43
44
45
46
47
# File 'lib/ribose/cli/command.rb', line 43

def config
  Ribose::CLI::RCFile.set(
    email: options[:email], token: options[:token],
  )
end

#versionObject



50
51
52
# File 'lib/ribose/cli/command.rb', line 50

def version
  say(Ribose::CLI::VERSION)
end