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(scoop-alias): Fix 'Option --verbose not recognized.' #6062

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

mattcargile
Copy link
Contributor

@mattcargile mattcargile commented Jul 17, 2024

Description

Remove comma to allow --verbose to be passed to the long option in getopt function.

Motivation and Context

Closes #6061 .

How Has This Been Tested?

I made the change and ran scoop alias list --verbose sucessfully.

Checklist:

  • I have read the Contributing Guide.
  • I have ensured that I am targeting the develop branch.
  • I have updated the documentation accordingly.
  • I have updated the tests accordingly.
  • I have added an entry in the CHANGELOG.

@mattcargile mattcargile changed the base branch from master to develop July 17, 2024 05:06
@niheaven niheaven changed the title fix: correct parameters for getopt for --verbose usage fix(scoop-alias): Fix 'Option --verbose not recognized.' Jul 17, 2024
@niheaven niheaven merged commit 429ba7a into ScoopInstaller:develop Jul 17, 2024
2 checks passed
@mattcargile mattcargile deleted the fix-alias-verbose branch July 17, 2024 17:29
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.

[Bug] scoop alias list --verbose - --verbose not recognized
2 participants