Don't offer autocompletions for arguments that have already been used.
Open
feature-request
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 780
- PR merge metrics
- No merged PRs in 30d
Description
If I provide a required argument such as `--image-id`, we shouldn't be offering it anymore as an autocomplete option. This would improve the case where you have multiple required params, you can keep adding params until no more required params were autocompleted.
Contributor guide
Research direction
Locate the AWS CLI autocomplete handling and reproduce the case with multiple required parameters, such as --image-id. Verify which arguments have already been supplied and how required arguments are offered; done means used arguments no longer appear while remaining required arguments continue to be suggested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100