Class: Spanx::CLI::Analyze
- Inherits:
-
Spanx::CLI
- Object
- Spanx::CLI
- Spanx::CLI::Analyze
- Defined in:
- lib/spanx/cli/analyze.rb
Instance Attribute Summary
Attributes inherited from Spanx::CLI
Instance Method Summary collapse
Methods included from Helper::Subclassing
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 |