Class: UnUsedMethods::CLI
- Inherits:
-
Thor
- Object
- Thor
- UnUsedMethods::CLI
- Defined in:
- lib/un_used_methods/cli.rb
Overview
This class is responsible for handling command-line arguments and executing the appropriate tasks. It uses the Thor gem to define commands and options that users can run from the command line.
Instance Method Summary collapse
Instance Method Details
#find_unused ⇒ Object
13 14 15 |
# File 'lib/un_used_methods/cli.rb', line 13 def find_unused UnUsedMethods::Analyzer.new.analyze end |