awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.18k stars 772 forks source link

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

Open jamesls opened 8 years ago

jamesls commented 8 years ago

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.