BUG: Not all named parameters have two dashes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
Working on a pack for fpm, which takes named arguments. (https://github.com/jordansissel/fpm/wiki)
Not all named parameters have two dashes, as assumed in the current documentation. For example, some of the condensed attributes (like -s or -t or even -n) have only a single dash, yet there does not appear to be a place for me to adjust how parameters are being passed.
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
No file or test is named. Start by locating the documentation that describes named parameters and the entry point that handles them, then compare its two-dash assumption with fpm options such as -s, -t, and -n. Done means the documented behavior accurately explains how these single-dash parameters are passed, or the handling is corrected and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100