usage: responseiq [-h] [--version] [--target TARGET]
                  [--mode {scan,fix,shadow}] [--debug]
                  [--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                  [--shadow-mode] [--shadow-report]
                  [--shadow-days SHADOW_DAYS]
                  [--shadow-format {json,markdown,executive}]
                  [--action {scan,fix,shadow}] [--url URL] [--token TOKEN]

ResponseIQ CLI

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --target TARGET       Directory to scan (defaults to './logs' if exists)
  --mode {scan,fix,shadow}
                        Operation mode
  --debug               Enable debug logging (shortcut for --log-level DEBUG)
  --log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        Set log level (default: WARNING; use --debug for
                        DEBUG)
  --shadow-mode         Run shadow analysis without applying fixes
  --shadow-report       Generate management value report
  --shadow-days SHADOW_DAYS
                        Days to include in shadow report (default: 7)
  --shadow-format {json,markdown,executive}
                        Shadow report output format
  --action {scan,fix,shadow}
                        Alias for --mode
  --url URL             Repository URL (e.g., https://github.com/owner/repo)
  --token TOKEN         GitHub Token
