Class: Remover::CLI
- Inherits:
-
Thor
- Object
- Thor
- Remover::CLI
- Defined in:
- lib/remover/cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/remover/cli.rb', line 11 def list Remover.configuration.() Remover::List.new(github).unused_teams.each do |team| puts team.name end end |