Class: Spandx::Rubygems::CLI
- Inherits:
-
Thor
- Object
- Thor
- Spandx::Rubygems::CLI
- Defined in:
- lib/spandx/rubygems/cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
10 11 12 13 14 |
# File 'lib/spandx/rubygems/cli.rb', line 10 def list index.each do |name, licenses| puts [name, licenses].inspect end end |
#update ⇒ Object
17 18 19 |
# File 'lib/spandx/rubygems/cli.rb', line 17 def update index.update! end |