Class: Spanx::CLI::Analyze

Inherits:
Spanx::CLI show all
Defined in:
lib/spanx/cli/analyze.rb

Instance Attribute Summary

Attributes inherited from Spanx::CLI

#args

Instance Method Summary collapse

Methods included from Helper::Subclassing

included

Methods included from Helper::Exit

#error_exit_with_msg, #help_exit

Instance Method Details

#run(argv = ARGV) ⇒ Object



47
48
49
50
# File 'lib/spanx/cli/analyze.rb', line 47

def run(argv = ARGV)
  generate_config(argv)
  Spanx::Runner.new("analyzer", config).run
end