pcapriotti / pcapriotti/optparse-applicative
Allow setting the complete -G option
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Haskell
- Stars
- 959
- Forks
- 123
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 1
Description
I want to complete XML files. You can do this with bash completions via -A file -G '*.xml'.
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
Start by locating the Bash completion entry point and any handling of -A and -G; no file or test is named. Use the requested -A file -G '*.xml' behavior as the verification target, and consider the work done when XML-file completion can be configured through the complete -G option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, haskell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100