Method: ADN::CLI.run

Defined in:
lib/adn/cli.rb

.runObject



18
19
20
21
22
# File 'lib/adn/cli.rb', line 18

def self.run
  ADN::Auth.retrieve_token unless ADN::Auth.has_token?
  ADN.token = ADN::Auth.token
  new
end