Skip to content

feat(scan): expose --reach-continue-on-* flags in help#1293

Merged
Martin Torp (mtorp) merged 2 commits intov1.xfrom
feat/reach-continue-on-flags-visible
May 1, 2026
Merged

feat(scan): expose --reach-continue-on-* flags in help#1293
Martin Torp (mtorp) merged 2 commits intov1.xfrom
feat/reach-continue-on-flags-visible

Conversation

@mtorp
Copy link
Copy Markdown
Contributor

@mtorp Martin Torp (mtorp) commented May 1, 2026

Summary

  • Removes hidden: true from the four --reach-continue-on-* flags in src/commands/scan/reachability-flags.mts so they show up in socket scan create --help and socket scan reach --help.
  • Updates inline help snapshots in cmd-scan-create.test.mts and cmd-scan-reach.test.mts to include the now-visible flag lines.
  • Bumps the CLI to 1.1.91 and adds a Changed entry to the changelog.

The flags themselves were added in #1251 as hidden until Coana v15 became the default; v15 is now the default (#1289), so they can be surfaced.

Test plan

  • npx vitest run src/commands/scan/cmd-scan-create.test.mts src/commands/scan/cmd-scan-reach.test.mts — 79 passed
  • pnpm check:tsc — clean
  • pnpm check:lint for the touched files — clean (pre-existing errors elsewhere unrelated to this change)

Note

Low Risk
Low risk: this mostly surfaces previously-hidden reachability flags in CLI help and updates test snapshots, with a routine version/changelog bump and no change to scan execution logic.

Overview
Surfaces four reachability resilience flags (the --reach-continue-on-* options) in socket scan create and socket scan reach help output by un-hiding them in reachability-flags.mts.

Updates the help snapshot tests to include the newly-visible flag lines, and bumps the CLI version to 1.1.91 with a corresponding CHANGELOG.md entry.

Reviewed by Cursor Bugbot for commit 6c775c8. Configure here.

Now that Coana v15 is the default, surface the four reach-continue-on
flags in `socket scan create --help` and `socket scan reach --help` so
users can discover and use them. Bumps the CLI to 1.1.91.
@mtorp Martin Torp (mtorp) marked this pull request as ready for review May 1, 2026 06:45
@mtorp Martin Torp (mtorp) merged commit e2198d1 into v1.x May 1, 2026
13 checks passed
@mtorp Martin Torp (mtorp) deleted the feat/reach-continue-on-flags-visible branch May 1, 2026 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants