Skip to content

feat: uniform help descriptions with env var documentation - #37

Merged
André L. (WipeAir) merged 1 commit into
mainfrom
claude/simplify-arg-help-text
Jul 20, 2026
Merged

feat: uniform help descriptions with env var documentation#37
André L. (WipeAir) merged 1 commit into
mainfrom
claude/simplify-arg-help-text

Conversation

@WipeAir

Copy link
Copy Markdown
Member

Summary

  • Shortens and standardizes all --help flag descriptions to use consistent, concise phrasing (no cross-references, no verbose RFC explanations, no semicolons).
  • Surfaces env var names in help output by appending [$ENV_VAR] suffixes automatically via a usageWithEnv helper in the flag binding layer.
  • Trims the token exchange flag descriptions which were especially verbose.

Test plan

  • go test ./... passes
  • go run ./cmd/oidc-token --help shows uniform descriptions with [$ENV_VAR] suffixes

Shorten and standardize all flag descriptions for consistent style.
Surface env var names in help output via [$ENV_VAR] suffixes.
@WipeAir
André L. (WipeAir) enabled auto-merge (squash) July 20, 2026 20:37
@WipeAir
André L. (WipeAir) merged commit 8ca1a2c into main Jul 20, 2026
10 checks passed
@WipeAir
André L. (WipeAir) deleted the claude/simplify-arg-help-text branch July 20, 2026 20:37
@abi-jarvis abi-jarvis Bot mentioned this pull request Jul 20, 2026
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