Module: HeapScope::CLI::Support

Included in:
HeapScope::CLI
Defined in:
lib/heapscope/cli/support.rb

Overview

Shared helpers for option parsing, output, and severity exits.

Constant Summary collapse

SEVERITY_RANK =
{ low: 1, medium: 2, high: 3 }.freeze