Exception: SimpleCov::CLI::CommandHelpers::HelpRequested
- Inherits:
-
StandardError
- Object
- StandardError
- SimpleCov::CLI::CommandHelpers::HelpRequested
- Defined in:
- lib/simplecov/cli/command_helpers.rb
Overview
Raised by the shared --help switch; CLI.dispatch turns it into the
command's own slice of the usage text. The explicit handler also overrides
optparse's built-in --help, which would print a bare option summary and
exit the process outright from inside the parser.