Class: Spanx::CLI::Analyze
Instance Attribute Summary
Attributes inherited from Spanx::CLI
#args
Instance Method Summary
collapse
included
#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
|