module Ribose::CLI
Constants
- VERSION
Public Class Methods
start(arguments)
click to toggle source
# File lib/ribose/cli.rb, line 11 def self.start(arguments) Ribose::CLI::Command.start(arguments) rescue Ribose::Errors::Forbidden Thor::Shell::Basic.new.say( "Invalid: Missing API Configuration\n\n" \ "Ribose API Token & Email are required for any of the CLI operation\n" \ "You can set your API Key using `ribose config --token "" --email "" `", ) end