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 ) in /src/pdm/cli/completions/pdm.ps1, line 405 #2734

Closed
tanukihee opened this issue Mar 28, 2024 · 0 comments · Fixed by j178/pdm#1
Closed

Missing ) in /src/pdm/cli/completions/pdm.ps1, line 405 #2734

tanukihee opened this issue Mar 28, 2024 · 0 comments · Fixed by j178/pdm#1
Labels
🐛 bug Something isn't working

Comments

@tanukihee
Copy link

tanukihee commented Mar 28, 2024

Or rather, extra ( before [Option]::new (and extra parentheses around "--new")

$completer.AddOpts(([Option]::new(("--list")))

See frostming/scoop-frostming#2 .

@tanukihee tanukihee added the 🐛 bug Something isn't working label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant