cli: improve command help output - #130
Conversation
|
🦞🧹
This is fix-only; I will not merge this PR. Re-review progress:
|
|
Codex review: needs changes before merge. Reviewed July 15, 2026, 3:20 AM ET / 07:20 UTC. Summary Reproducibility: yes. from source inspection: a command invocation containing Review metrics: 3 noteworthy metrics.
Root-cause cluster Members:
Proposal only: this assessment does not dispatch repair, suppress jobs, mutate sibling items, close, or merge anything. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Copy recommended automerge instructionNext step before merge
Security Review findings
Review detailsBest possible solution: Keep the side-effect-free Kong help path, but stop help-flag scanning at the first Do we have a high-confidence way to reproduce the issue? Yes from source inspection: a command invocation containing Is this the best way to solve the issue? No, not yet. Kong-generated early help is a maintainable direction, but the scanner must preserve standard Full review comments:
Overall correctness: patch is incorrect AGENTS.md: unclear because the file could not be read completely. Codex review notes: model internal, reasoning high; reviewed against 0dc6a87cad9a. Label changesLabel justifications:
Evidence reviewedAcceptance criteria:
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
Review history (27 earlier review cycles; latest 8 shown)
|
|
🦞🔧 Source: I will update this PR branch, or open a safe credited replacement, if the repair worker finds a narrow fix. Automerge progress:
|
I definitely think that would be worth fixing. |
|
Maintainer verification on exact head
No merge performed; ready for maintainer landing after hosted checks complete. |
52e4855 to
e584bb6
Compare
Summary
-h,--help, andhelp <command>before loading config or touching SQLite, keyrings, snapshots, update checks, or the networkwiretaphelp and nested command helpValidation
GOWORK=off go test ./internal/cli -count=1GOWORK=off go test ./...Release note
Discrawl CLI help now describes available commands and provides focused, side-effect-free help for commands and nested command groups.
Fixes #127