-
Notifications
You must be signed in to change notification settings - Fork 25
Labels
Description
There is a bug in @error_handler that wraps the _main function in src/awscli_login/credentials.py:
@error_handler()
def _main(profile: Profile, session: Session):
get_credentials(profile, session)The code currently just ignore the verbose flag. error_handler will require a refactor to support this use case.
Tasks
- update
error_handlerto accept and comply with the--verboseflag.
Reactions are currently unavailable