Output of aws-sso version:
AWS SSO CLI Version 1.9.10 -- Copyright 2021-2022 Aaron Turner
unknown (nixpkgs) built at unknown
Describe the bug:
When using command completion, the state doesn't "reset" after exec ... --
To Reproduce:
aws-sso exec -p <TAB> - I get profiles completion
aws-sso exec -p some-profile -- aws <TAB> - no completion available
Expected behavior:
exec ... -- should go back to normal completion. I expect: aws-sso exec -p some-profile -- aws <TAB> to show me the awscli options.
Desktop (please complete the following information):
- OS: macOS
- Version 13.4.1
- shell: zsh 5.9
Output of
aws-sso version:Describe the bug:
When using command completion, the state doesn't "reset" after
exec ... --To Reproduce:
aws-sso exec -p <TAB>- I get profiles completionaws-sso exec -p some-profile -- aws <TAB>- no completion availableExpected behavior:
exec ... --should go back to normal completion. I expect:aws-sso exec -p some-profile -- aws <TAB>to show me the awscli options.Desktop (please complete the following information):