[PR #17] [MERGED] Style help output and avoid duplicate usage #230

Closed
opened 2026-02-26 21:34:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/17
Author: @rudrankriyam
Created: 1/20/2026
Status: Merged
Merged: 1/20/2026
Merged by: @rudrankriyam

Base: mainHead: feature/bold-help-output


📝 Commits (3)

  • 1d9b2a0 Style help output and avoid duplicate usage
  • 73c7d00 Document ffcli help output guidance
  • 76bc195 Tweak flag defaults in help output

📊 Changes

4 files changed (+140 additions, -28 deletions)

View changed files

📝 Agents.md (+6 -0)
📝 cmd/auth.go (+14 -10)
📝 cmd/commands.go (+116 -18)
📝 main.go (+4 -0)

📄 Description

Summary

  • add a custom ffcli usage formatter with bold section headers and consistent flag listing
  • apply the formatter across commands and remove redundant subcommand help text
  • stop duplicate usage output and suppress ErrHelp log noise

Test plan

  • make test
  • make lint
  • make format

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/17 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `feature/bold-help-output` --- ### 📝 Commits (3) - [`1d9b2a0`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1d9b2a0638cf69b30c9450612881986dbf55b5ad) Style help output and avoid duplicate usage - [`73c7d00`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/73c7d007bc6ab695e5bad54fe4d0bd4e56294043) Document ffcli help output guidance - [`76bc195`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/76bc1952ecc26f2cb846fac1c877a1a269d68d32) Tweak flag defaults in help output ### 📊 Changes **4 files changed** (+140 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Agents.md` (+6 -0) 📝 `cmd/auth.go` (+14 -10) 📝 `cmd/commands.go` (+116 -18) 📝 `main.go` (+4 -0) </details> ### 📄 Description ## Summary - add a custom ffcli usage formatter with bold section headers and consistent flag listing - apply the formatter across commands and remove redundant subcommand help text - stop duplicate usage output and suppress ErrHelp log noise ## Test plan - [x] make test - [x] make lint - [x] make format --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#230
No description provided.