Class: Licensed::CLI

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

Instance Method Summary collapse

Instance Method Details

#cacheObject



15
16
17
# File 'lib/licensed/cli.rb', line 15

def cache
  run Licensed::Command::Cache.new(config), force: options[:force]
end

#listObject



29
30
31
# File 'lib/licensed/cli.rb', line 29

def list
  run Licensed::Command::List.new(config)
end

#statusObject



22
23
24
# File 'lib/licensed/cli.rb', line 22

def status
  run Licensed::Command::Status.new(config)
end