frostming / frostming/pycomplete
Support for completing argument choices
Open
enhancement
- Dominant language
- Python
- Stars
- 25
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Basically, if an argument was defined as
```py
parser.add_argument(
"type", choices=("foo", "bar", "baz"), help="The type to spam",
)
```
Then it should complete
Contributor guide
Assessment
This issue has not been assessed yet.