Skip to content

fix(scoop-alias): Fix 'Option --verbose not recognized.'#6062

Merged
niheaven merged 2 commits intoScoopInstaller:developfrom
mattcargile:fix-alias-verbose
Jul 17, 2024
Merged

fix(scoop-alias): Fix 'Option --verbose not recognized.'#6062
niheaven merged 2 commits intoScoopInstaller:developfrom
mattcargile:fix-alias-verbose

Conversation

@mattcargile
Copy link
Copy Markdown
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
@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