Issues with `skip icon`
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 3.2k
- Forks
- 106
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
First is wrong documentation. When running the command skip icon --open-preview --background #C7E9C0-#60B27A symbol.svg, it prints "Error: Missing value for '--background '" but in the help printed below the error, the format is exactly the same:
# Create new icons with a background gradient
skip icon --open-preview --background #3E8E41-#2F4F4F
No problem, I ran the command like this: skip icon --open-preview --background="#C7E9C0-#60B27A" symbol.svg and it worked. But when I rebuilt the app for Android and iOS, neither platform showed the app icon. Looking at Xcode, it's clear why it doesn't on iOS. However, I'm not sure what's wrong on Android.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the skip icon --open-preview --background command and compare the documented and quoted argument forms. Check the generated icon outputs used by the Android and iOS builds, then verify that the help text and both platform icons work with the reported gradient command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, ios, swift
- Domain
- cli, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100