Mixed Prefix Style
Open
- Dominant language
- Kotlin
- Stars
- 951
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Right now the parser supports either `--foo arg` style as `OptionPrefixStyle.LINUX` or `--foo=arg` style as `OptionPrefixStyle.GNU`, but not both at the same time (as `getopt` or rust CLI libraries usually do).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the parser implementation and the handling of OptionPrefixStyle.LINUX and OptionPrefixStyle.GNU. Check how each argument form is currently parsed, then define and verify behavior for accepting both --foo arg and --foo=arg in the same parser configuration.
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
- 42/100