Class: Licensed::CLI
- Inherits:
-
Thor
- Object
- Thor
- Licensed::CLI
- Defined in:
- lib/licensed/cli.rb
Instance Method Summary collapse
Instance Method Details
#cache ⇒ Object
15 16 17 |
# File 'lib/licensed/cli.rb', line 15 def cache run Licensed::Command::Cache.new(config), force: [:force] end |
#list ⇒ Object
29 30 31 |
# File 'lib/licensed/cli.rb', line 29 def list run Licensed::Command::List.new(config) end |
#status ⇒ Object
22 23 24 |
# File 'lib/licensed/cli.rb', line 22 def status run Licensed::Command::Status.new(config) end |