Skip to content

Improve concise CLI help output - #1125

Merged
ryanfowler merged 1 commit into
mainfrom
fix/concise-help-and-pager-test
Aug 24, 2026
Merged

Improve concise CLI help output#1125
ryanfowler merged 1 commit into
mainfrom
fix/concise-help-and-pager-test

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • Group concise help options by purpose and include supported request, authentication, and diagnostics flags.
  • Align option descriptions and keep help lines within 80 columns.
  • Relax the pager process-group test startup and cancellation deadlines for parallel test runs.

Validation

  • go test -v -parallel 8 ./...
  • go test ./internal/pager -run ^TestStreamContextTerminatesPagerProcessGroup -count=10
  • go build -o /tmp/fetch-build-check .
  • staticcheck ./...
  • gofmt and git diff --check

Group options by purpose, include supported request and auth flags, and keep help rows within 80 columns. Relax the pager process-group test timing so it remains reliable under parallel package load.
@ryanfowler
ryanfowler enabled auto-merge August 24, 2026 14:16
@ryanfowler
ryanfowler merged commit 1ff2c31 into main Aug 24, 2026
12 checks passed
@ryanfowler
ryanfowler deleted the fix/concise-help-and-pager-test branch August 24, 2026 14:17
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.

1 participant