Class: Deprecool::CLI::Commands::List
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Deprecool::CLI::Commands::List
- Defined in:
- lib/deprecool/cli.rb
Instance Method Summary collapse
Instance Method Details
#call(gems:) ⇒ Object
27 28 29 30 31 |
# File 'lib/deprecool/cli.rb', line 27 def call(gems:) CLI.list_finders(Finder.registry) # TODO: REPL to filter through the available finders? end |