[PR #16] [CLOSED] Style help output and avoid duplicate usage #229

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/16
Author: @rudrankriyam
Created: 1/20/2026
Status: Closed

Base: mainHead: feature/cobra-migration


📝 Commits (1)

  • 1d9b2a0 Style help output and avoid duplicate usage

📊 Changes

3 files changed (+132 additions, -28 deletions)

View changed files

📝 cmd/auth.go (+14 -10)
📝 cmd/commands.go (+114 -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 (gofumpt not installed)

🔄 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/16 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/20/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/cobra-migration` --- ### 📝 Commits (1) - [`1d9b2a0`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/1d9b2a0638cf69b30c9450612881986dbf55b5ad) Style help output and avoid duplicate usage ### 📊 Changes **3 files changed** (+132 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `cmd/auth.go` (+14 -10) 📝 `cmd/commands.go` (+114 -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 - [ ] make format (gofumpt not installed) --- <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#229
No description provided.