Skip to content

fix: powershell completion script #337

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

Merged
merged 1 commit into from
Jun 10, 2024
Merged

fix: powershell completion script #337

merged 1 commit into from
Jun 10, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Jun 10, 2024

Argc compgen on powershell does not works if subcommands contain quotes

argc 'build@tool' <tab>

The powershell completion script take args ["'build@tool'", " "]. 'build@tool' does not match build@tool.

The PR fixs the bug.

@sigoden sigoden merged commit 7996c99 into main Jun 10, 2024
@sigoden sigoden deleted the fix branch June 10, 2024 22:20
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.

1 participant