12 13 14 15
# File 'lib/licensed/cli.rb', line 12 def cache Licensed.use_github = false if options[:offline] run Licensed::Command::Cache.new(config), force: options[:force] end
18 19 20
# File 'lib/licensed/cli.rb', line 18 def verify run Licensed::Command::Verify.new(config) end