awslabs / awslabs/aws-shell

Don't offer autocompletions for arguments that have already been used.

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.