Class: UnUsedMethods::CLI

Inherits:
Thor
  • Object
show all
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_unusedObject



13
14
15
# File 'lib/un_used_methods/cli.rb', line 13

def find_unused
  UnUsedMethods::Analyzer.new.analyze
end