Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing cmdConsole.Flag into main.go for console function. #453

Merged
merged 2 commits into from
Mar 18, 2020

Conversation

santi-asapp
Copy link
Contributor

Hi, I found a problem when you try to run saml2aws console --exec-profile blablabla you get this error: saml2aws: error: unknown long flag '--exec-profile', try --help.

I found it into the main.go that misses the cmdConsole.Flag related to ExecProfile. The function is declared into console.go but just miss that into the main.go

santi-asapp and others added 2 commits March 4, 2020 00:33
Hi, I found a problem when you try to run saml2aws console --exec-profile blablabla, in the console.go code the handler for the flag are configured but into the main.go is missing the feature so if you try to run saml2aws console --exec-profile show an error msj.
@wolfeidau wolfeidau merged commit 3df35fb into Versent:master Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants