Class: SimpleCovMcp::Commands::ListCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- SimpleCovMcp::Commands::ListCommand
- Defined in:
- lib/simplecov_mcp/commands/list_command.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
#cli, #config, #source_formatter
Instance Method Summary collapse
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from SimpleCovMcp::Commands::BaseCommand
Instance Method Details
#execute(_args) ⇒ Object
8 9 10 |
# File 'lib/simplecov_mcp/commands/list_command.rb', line 8 def execute(_args) cli.send(:show_default_report, sort_order: config.sort_order) end |