apple / apple/swift-argument-parser
Include hidden args in completion scripts
Open
Beginner friendly
good first issue
- Dominant language
- Swift
- Stars
- 3.8k
- Forks
- 411
- Avg merge
- 7d 14h
- Merged PRs (30d)
- 15
Description
`.hidden` arguments are public, just deprioritized, so they should be included in completion scripts. `.private` arguments, on the other hand, should stay excluded.
Contributor guide
Research direction
Start by tracing how completion scripts select public, hidden, and private arguments. Verify the existing completion-generation tests or add coverage for the distinction described in the issue. Done means `.hidden` arguments appear in completion scripts while `.private` arguments remain excluded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100