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

Fix bug in GitHub x-platform UI command line parsing/binding #360

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

mjcheetham
Copy link
Collaborator

The System.CommandLine command line binding requires the parameter names match the option names.

During the rebasing of the x-platform UI work, the argument name for the --oauth option was left as browser which means the OAuth browser flow is never shown, even though the base GCM program is passing the right argument/options.

The System.CommandLine command line binding requires the parameter names
match the option names.

During the rebasing of the x-platform UI work, the argument name for the
`--oauth` option was left as `browser` which means the OAuth browser
flow is never shown, even though the base GCM program is passing the
right argument/options.
@mjcheetham mjcheetham added bug A bug in Git Credential Manager platform:osx Specific to the macOS platform host:github Specific to the GitHub host provider platform:linux Specific to a Linux-based platform gui Specific to graphical user interface controls labels Jun 2, 2021
@mjcheetham mjcheetham merged commit dd0752d into git-ecosystem:main Jun 2, 2021
@mjcheetham mjcheetham deleted the github-xui-fix branch June 2, 2021 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in Git Credential Manager gui Specific to graphical user interface controls host:github Specific to the GitHub host provider platform:linux Specific to a Linux-based platform platform:osx Specific to the macOS platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants