mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #539] [MERGED] Improve root help UX and media asset wording #603
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#603
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/539
Author: @rudrankriyam
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/root-help-grouping📝 Commits (2)
dd61a03feat(cli): group root help and clarify media wordingee1126eHandle -- separator in positional arg detection (#540)📊 Changes
9 files changed (+302 additions, -10 deletions)
View changed files
📝
ASC.md(+1 -1)📝
cmd/root.go(+3 -3)➕
cmd/root_usage.go(+203 -0)📝
cmd/run.go(+29 -0)📝
cmd/run_additional_test.go(+52 -0)📝
internal/cli/assets/assets.go(+2 -2)📝
internal/cli/assets/assets_previews.go(+2 -2)📝
internal/cli/assets/assets_test.go(+9 -1)📝
internal/cli/docs/templates/ASC.md(+1 -1)📄 Description
Summary
asc --helpcommands into gh-style sections withcommand:alignment for faster scanningascprint root help and exit successfully instead of returning a usage errorTest plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo run . --help(verify grouped root help and updatedassetswording)go build -o /tmp/asc . && /tmp/asc(verify bare root command prints help and exits0)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.