mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #511] [CLOSED] Screenshot image output #585
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#585
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/511
Author: @cursor[bot]
Created: 2/13/2026
Status: ❌ Closed
Base:
feat/shots-capture-mvp← Head:cursor/screenshot-image-output-b6a1📝 Commits (1)
615c04bFix screenshot frame edge compositing and clean JSON command output📊 Changes
4 files changed (+126 additions, -3 deletions)
View changed files
📝
internal/screenshots/frame.go(+30 -1)📝
internal/screenshots/frame_test.go(+44 -0)📝
internal/screenshots/run.go(+18 -2)➕
internal/screenshots/run_test.go(+34 -0)📄 Description
Summary
cmd.CombinedOutput()could cause JSON parsing failures if external commands emitted anything to stderr, by switching tocmd.Output()for JSON-parsed output.Validation
make formatmake lintmake testWall of Apps (only if this PR adds/updates a Wall app)
docs/wall-of-apps.json(not the generated Wall block inREADME.mddirectly)make update-wall-of-appsdocs/wall-of-apps.jsonREADME.mdEntry template:
Common Apple labels:
iOS,macOS,watchOS,tvOS,visionOS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.