Array options arguments support
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 201
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to be able to pass specific options array like this.
I am currently trying this implementation. If it goes well I will submit a PR.
If anyone has any other ideas on how to pass options, please let me know here.
-- options name: MyProject, targets.name: MyTarget, targets.type: application
or
-- options "name: MyProject, targets: [name: MyTarget, type: application]"
Contributor guide
No contributing guide indexed for this repository
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
The issue does not name any files, tests, or parsing entry points. First determine where command-line options are parsed and agree on the supported array syntax; done should include a documented syntax and tests covering the proposed examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100