Support multiple option parameters
Open
- Dominant language
- Kotlin
- Stars
- 951
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Hello.
Is it possible to support multiple option parameters? For example, if a parameter is called `--param` to be able to do something like
```
executable --param p1 --param p2"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the option-parsing entry point and existing tests for repeated or value-bearing options. Define the expected behavior for `executable --param p1 --param p2`, including how both values are exposed, then add coverage showing that repeated `--param` values are accepted and retained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100